diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-04-15 15:21:55 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-04-15 15:21:55 +0000 |
commit | 28595660945d12c2062ccf097eb87bf8fa9b1889 (patch) | |
tree | 30dcb4c3df65a05bbff061b0705986d10fa7b354 /package/base-files/Makefile | |
parent | 9ce5247c0b701bc731a3204c8c74290442051c00 (diff) | |
download | master-187ad058-28595660945d12c2062ccf097eb87bf8fa9b1889.tar.gz master-187ad058-28595660945d12c2062ccf097eb87bf8fa9b1889.tar.bz2 master-187ad058-28595660945d12c2062ccf097eb87bf8fa9b1889.zip |
[package] base-files: reformat banner to better work with varying version string lengths, do not set image options if menu is disabled (#11280)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31289 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index f3bfecaa75..892a31777c 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/version.mk PKG_NAME:=base-files -PKG_RELEASE:=105 +PKG_RELEASE:=106 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |