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 | b4312a8ba12e2c15831e9caf09bf5b5c09473d7d (patch) | |
tree | edc250f2b9a62dfa693b1450a8c28f62b6fc4570 /package/base-files/Makefile | |
parent | eb2191f5b0e5a4c4f665d34a644e1f203b0ddc24 (diff) | |
download | upstream-b4312a8ba12e2c15831e9caf09bf5b5c09473d7d.tar.gz upstream-b4312a8ba12e2c15831e9caf09bf5b5c09473d7d.tar.bz2 upstream-b4312a8ba12e2c15831e9caf09bf5b5c09473d7d.zip |
base-files: reformat banner to better work with varying version string lengths, do not set image options if menu is disabled (#11280)
SVN-Revision: 31289
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 |