diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-03-16 11:51:54 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-03-16 11:51:54 +0000 |
commit | 9dc137397fa64f2c47847d183260ff2d1cf052ae (patch) | |
tree | 2de9cd68bb17f98b8b3a081b4633e350f52c877a /include | |
parent | 4fdb66373ffe7cac80cc156e4b53a7ad85246fa6 (diff) | |
download | upstream-9dc137397fa64f2c47847d183260ff2d1cf052ae.tar.gz upstream-9dc137397fa64f2c47847d183260ff2d1cf052ae.tar.bz2 upstream-9dc137397fa64f2c47847d183260ff2d1cf052ae.zip |
buildroot: make it easier to build all kmods
Split out kmods from ALL to make it easier to create local builds that
are compatible kmod-wise with releases.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 44830
Diffstat (limited to 'include')
-rw-r--r-- | include/version.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/version.mk b/include/version.mk index 5cfeae235c..69141ff696 100644 --- a/include/version.mk +++ b/include/version.mk @@ -53,7 +53,7 @@ $(lastword $(subst :, ,$(1))) endef VERSION_TAINT_SPECS := \ - -ALL:no-all \ + -ALL_KMODS:no-all \ -IPV6:no-ipv6 \ +USE_GLIBC:glibc \ +USE_MKLIBS:mklibs \ |