mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
move wificonf and nvram stuff back to package/, remove build_mipsel/root, run install part of package/ for every board/kernel - fixes dependency mess
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1540 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
6
rules.mk
6
rules.mk
@@ -52,7 +52,6 @@ SCRIPT_DIR:=$(BASE_DIR)/scripts
|
||||
BIN_DIR:=$(BASE_DIR)/bin
|
||||
STAMP_DIR:=$(BUILD_DIR)/stamp
|
||||
PACKAGE_DIR:=$(BIN_DIR)/packages
|
||||
TARGET_DIR:=$(BUILD_DIR)/root
|
||||
STAMP_DIR:=$(BUILD_DIR)/stamp
|
||||
TOOL_BUILD_DIR=$(BASE_DIR)/toolchain_build_$(ARCH)$(ARCH_FPU_SUFFIX)
|
||||
# Strip off the annoying quoting
|
||||
@@ -106,11 +105,6 @@ ifeq ($(BR2_ENABLE_MULTILIB),y)
|
||||
MULTILIB:=--enable-multilib
|
||||
endif
|
||||
|
||||
|
||||
# invoke ipkg with configuration in $(STAGING_DIR)/etc/ipkg.conf
|
||||
IPKG := IPKG_INSTROOT=$(TARGET_DIR) IPKG_CONF_DIR=$(STAGING_DIR)/etc $(SCRIPT_DIR)/ipkg -force-defaults -force-depends
|
||||
IPKG_STATE_DIR := $(TARGET_DIR)/usr/lib/ipkg
|
||||
|
||||
# invoke ipkg-build with some default options
|
||||
IPKG_BUILD := PATH="$(TARGET_PATH)" ipkg-build -c -o root -g root
|
||||
|
||||
|
||||
Reference in New Issue
Block a user