You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/include
Jo-Philipp Wich a43ae30e1b include, base-files, opkg: introduce version configuration to override the embedded version info of generated images - Introduce new Kconfig symbols VERSION_DIST, VERSION_NICK, VERSION_NUMBER and VERSION_REPO to specify distribution, release name, version and repository for a given build - Introduce include/version.mk to provide common helpers for packages dealing with versions - Make opkg use version.mk to populate the opkg.conf template - Make base-files use version.mk to populate /etc/openwrt_version, /etc/openwrt_release and /etc/banner
The available placeholders are:
 %D .. Replace with $(CONFIG_VERSION_DIST), default to "OpenWrt"
 %d .. Like %D, but all characters made lowercase and spaces substituted with "_" (e.g. "openwrt")
 %N .. Replace with $(CONFIG_VERSION_NICK), default to the build tree release (e.g. "Attitude Adjustment")
 %n .. Like %N, but all characters made lowercase and spaces substituted with "_" (e.g. "attitude_adjustment")
 %V .. Replace with $(CONFIG_VERSION_NUMBER), default to the build tree release (e.g. "r31262")
 %v .. Like %V, but all characters made lowercase and spaces substituted with "_"
 %C .. Replace with $(CONFIG_VERSION_NUMBER), default to "Bleeding Edge"
 %c .. Like %C, but all characters made lowercase and spaces substituted with "_" (e.g. "bleeding_edge")
 %U .. Replace with $(CONFIG_VERSION_REPO), default to "http://downloads.openwrt.org/snapshots/trunk/%T/packages"
 %R .. Replace with the current build tree revision (e.g. "r31262" or "75488c4a05b8033cf69e91874a61852db7ba9c6c")
 %T .. Replace with the current target (e.g. "ar71xx")
 %S .. Replace with the current target/subtarget combo (e.g. "adm5120/router_le")

SVN-Revision: 31262
12 years ago
..
site site: add configure cache scripts for mips-linux-gnu and mipsel-linux-gnu, used by CodeSourcery toolchain 12 years ago
autotools.mk autotools.mk: fix autoreconf in subdirectories, thanks field_it for spotting this 12 years ago
cmake.mk cmake.mk: fix passing of LDFLAGS 13 years ago
debug.mk build: undefine debug helper templates used by subdir.mk if the DEBUG variable is empty, speeds up "make prereq" by 25% when lots of packages are installed 13 years ago
depends.mk change the recursive dependency template to use more make evaluation - the shell command got so long that it triggered "Argument list too long" on some systems (#8231) 14 years ago
download.mk Enable recursive download of git sources. 12 years ago
host-build.mk tools: clean up Makefiles / make ccache work 12 years ago
host.mk host.mk: introduce PATCH which refers to either gpatch or patch 14 years ago
image.mk image: increase squashfs block size - visibly reduces image size in many cases 13 years ago
kernel-build.mk kernel-build.mk: there is no tarball when using CONFIG_KERNEL_GIT_CLONE_URI or CONFIG_EXTERNAL_KERNEL_TREE, do not make the prepared stamp file depend on it in this case 13 years ago
kernel-defaults.mk define external cpio 12 years ago
kernel-version.mk kernel: update linux 3.3 to 3.3.1 12 years ago
kernel.mk include: calculate md5sum over sorted kernel config symbol list and incorperate it into the kernel metapackage version, make kmods depend on this specific version. The aim of this change is to invalidate kmods which are built against a different kernel config on the opkg metadata level. Manual copying and insmod of custom *.ko files, e.g. for development purpose, is still possible. 13 years ago
netfilter.mk fix ipt_ttl and ipt_TTL userspace library packaging 12 years ago
nls.mk prepare support for libiconv, libintl stub/full switching 13 years ago
package-bin.mk only build bin packages for the selected build variants (same behaviour as with ipkg builds) 14 years ago
package-defaults.mk build: remove redundant call to $(SH_FUNC) (#8042) 12 years ago
package-dumpinfo.mk add support for hidden packages that get selected/built but do not show up in menuconfig 13 years ago
package-ipkg.mk include/package-ipkg.mk: fix typo in r29449 13 years ago
package-version-override.mk replace old quote stripping with calls to qstrip macro 14 years ago
package.mk build: improve reliability of PKG_CONFIG_DEPENDS, remove old .configured_* stamps before creating a new one 13 years ago
prereq-build.mk Add git version check to prerequisite check (#11229) 12 years ago
prereq.mk some minor fixes, cleanups, package build abstraction 17 years ago
quilt.mk quilt: add a NO_RECONFIGURE override for compiling a package without re-running Build/Configure 12 years ago
scan.mk build: log package dump failures to logs to avoid forcing user to write cryptic commands to figure out what's going on 13 years ago
shell.sh clean up md5s() shell function 16 years ago
subdir.mk remove legacy package/foo-compile wrapper targets, people should be used to the correct target names by now 13 years ago
target.mk target.mk: Trivial comment typo fix 12 years ago
toolchain-build.mk optionally support parallel toolchain build. This defaults to off, because certain toolchain versions are known to break on parallel build. However, it significantly speeds up the build and latest versions of the tools do compile fine. 14 years ago
toplevel.mk prevent distro default LPATH from interfering 12 years ago
unpack.mk speed up the build system by including include/shell.sh on shell commands only where necessary 14 years ago
verbose.mk Allow colored output to be disabled when running a non-verbose build by setting NO_COLOR=1 14 years ago
version.mk include, base-files, opkg: introduce version configuration to override the embedded version info of generated images - Introduce new Kconfig symbols VERSION_DIST, VERSION_NICK, VERSION_NUMBER and VERSION_REPO to specify distribution, release name, version and repository for a given build - Introduce include/version.mk to provide common helpers for packages dealing with versions - Make opkg use version.mk to populate the opkg.conf template - Make base-files use version.mk to populate /etc/openwrt_version, /etc/openwrt_release and /etc/banner 12 years ago