diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-12 21:16:02 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-12 21:16:02 +0000 |
commit | f10bd899e621ecf56c0f5d3c55680608eab0c2fa (patch) | |
tree | 566c25e3ef4f437ffdb4bd6257e605c798b2b584 /package/opkg/Makefile | |
parent | 67dbab4dd0ccfea6402f8edc434e961c3804e9aa (diff) | |
download | upstream-f10bd899e621ecf56c0f5d3c55680608eab0c2fa.tar.gz upstream-f10bd899e621ecf56c0f5d3c55680608eab0c2fa.tar.bz2 upstream-f10bd899e621ecf56c0f5d3c55680608eab0c2fa.zip |
[package] opkg:
- implement --add-dest and --add-arch commandline options, this allows to run entirely without configuration
- tweak default config location patch to not require a config in offline root mode
- rename --force-run-hooks option to --force-postinstall, its a more appropriate name
- utilize new opkg commandline options in package-ipkg.mk and remove config file generation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23032 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/opkg/Makefile')
-rw-r--r-- | package/opkg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/opkg/Makefile b/package/opkg/Makefile index 180f84b283..a3a1da6024 100644 --- a/package/opkg/Makefile +++ b/package/opkg/Makefile @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=opkg PKG_REV:=528 PKG_VERSION:=$(PKG_REV) -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE_PROTO:=svn PKG_SOURCE_VERSION:=$(PKG_REV) |