base-files: expose taint flags in /etc/openwrt_release
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 31 Jan 2014 15:48:47 +0000 (15:48 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 31 Jan 2014 15:48:47 +0000 (15:48 +0000)
SVN-Revision: 39437

package/base-files/Makefile
package/base-files/files/etc/openwrt_release

index 33c0c5b24d505ae4149faa80bebf270ce128aa36..d0366eeab3315fbca079ca156cb3e13d434b605f 100644 (file)
@@ -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
index 8ad2d9d4f6df46be985473e4c32097146adf6651..384386a1fcc5b20fe3ee5e7996a6d1d1a5ab4bf7 100644 (file)
@@ -4,3 +4,4 @@ DISTRIB_REVISION="%R"
 DISTRIB_CODENAME="%n"
 DISTRIB_TARGET="%S"
 DISTRIB_DESCRIPTION="%D %N %V"
+DISTRIB_TAINTS="%t"