mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
fixup openntpd package. ntpd now starts as user ntp and
CONTROL/postinst can be executed on host and target system. idea from nbd to use IPKG_ROOTDIR git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@435 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
2
rules.mk
2
rules.mk
@@ -112,7 +112,7 @@ endif
|
||||
|
||||
|
||||
# invoke ipkg with configuration in $(STAGING_DIR)/etc/ipkg.conf
|
||||
IPKG := IPKG_CONF_DIR=$(STAGING_DIR)/etc $(TARGET_DIR)/bin/ipkg -force-defaults -force-depends
|
||||
IPKG := IPKG_INSTROOT=$(TARGET_DIR) IPKG_CONF_DIR=$(STAGING_DIR)/etc $(TARGET_DIR)/bin/ipkg -force-defaults -force-depends
|
||||
IPKG_STATE_DIR := $(TARGET_DIR)/usr/lib/ipkg
|
||||
|
||||
# invoke ipkg-build with some default options
|
||||
|
||||
Reference in New Issue
Block a user