From e3744a7cc747bfeb8ec2ee3c0ac832ec02b3999b Mon Sep 17 00:00:00 2001
From: Jo-Philipp Wich <jow@openwrt.org>
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 <jow@openwrt.org>

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