From 6c2047a34cde501466e579483f162654eec36098 Mon Sep 17 00:00:00 2001 From: jow Date: Wed, 11 Feb 2015 15:12:32 +0000 Subject: [PATCH] base-files: fix target/subtarget value in /etc/openwrt_release Signed-off-by: Jo-Philipp Wich git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44409 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 3c453b54aa..e0bf91515a 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -7,8 +7,8 @@ # include $(TOPDIR)/rules.mk -include $(INCLUDE_DIR)/version.mk include $(INCLUDE_DIR)/kernel.mk +include $(INCLUDE_DIR)/version.mk PKG_NAME:=base-files PKG_RELEASE:=157 -- 2.11.0