summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-01-31 15:48:47 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-01-31 15:48:47 +0000
commit6ae1433ab91bc48f9a47920705d1866be8cadb9e (patch)
tree502d2fbdf2846196ff85c99a12866a43e8cccb72 /package
parentab8f328e8c1400cc253e8771b07aa43716ca9a00 (diff)
downloadmtk-20170518-6ae1433ab91bc48f9a47920705d1866be8cadb9e.zip
mtk-20170518-6ae1433ab91bc48f9a47920705d1866be8cadb9e.tar.gz
mtk-20170518-6ae1433ab91bc48f9a47920705d1866be8cadb9e.tar.bz2
base-files: expose taint flags in /etc/openwrt_release
SVN-Revision: 39437
Diffstat (limited to 'package')
-rw-r--r--package/base-files/Makefile2
-rw-r--r--package/base-files/files/etc/openwrt_release1
2 files changed, 2 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index 33c0c5b..d0366ee 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -7,8 +7,8 @@
#
include $(TOPDIR)/rules.mk
-include $(INCLUDE_DIR)/kernel.mk
include $(INCLUDE_DIR)/version.mk
+include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=base-files
PKG_RELEASE:=151
diff --git a/package/base-files/files/etc/openwrt_release b/package/base-files/files/etc/openwrt_release
index 8ad2d9d..384386a 100644
--- a/package/base-files/files/etc/openwrt_release
+++ b/package/base-files/files/etc/openwrt_release
@@ -4,3 +4,4 @@ DISTRIB_REVISION="%R"
DISTRIB_CODENAME="%n"
DISTRIB_TARGET="%S"
DISTRIB_DESCRIPTION="%D %N %V"
+DISTRIB_TAINTS="%t"