diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-04-25 09:36:00 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-04-25 09:36:00 +0000 |
commit | 26fc89b99c1fa9324ddeef703cd2b77acf12e959 (patch) | |
tree | a1f0e80b5133c0649c0837962f518888596fde16 /package/base-files/Makefile | |
parent | 14e4a4684e03f8c0cb2dede945a4c8bd879fb9b0 (diff) | |
download | upstream-26fc89b99c1fa9324ddeef703cd2b77acf12e959.tar.gz upstream-26fc89b99c1fa9324ddeef703cd2b77acf12e959.tar.bz2 upstream-26fc89b99c1fa9324ddeef703cd2b77acf12e959.zip |
AA: base-files: backport r36107
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36423 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 1d56e9fc78..ce2ee3232a 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2012 OpenWrt.org +# Copyright (C) 2007-2013 OpenWrt.org # Copyright (C) 2010 Vertical Communications # # This is free software, licensed under the GNU General Public License v2. @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/version.mk PKG_NAME:=base-files -PKG_RELEASE:=117 +PKG_RELEASE:=117.1 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |