From 8f0d9f1cdc3922577f848b63a4cc1a5afb78c22a Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich 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 SVN-Revision: 44409 --- 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.30.2