mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-26 02:55:32 +02:00
do not build lib and util here,
enable kmod build when target arch != mipsel git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1681 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a546c891ad
commit
2c9faea8fb
@ -55,8 +55,8 @@ $(PKG_BUILD_DIR)/.configured:
|
|||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--enable-kernel-module \
|
--enable-kernel-module \
|
||||||
--enable-lib \
|
--disable-lib \
|
||||||
--enable-util \
|
--disable-util \
|
||||||
--disable-example \
|
--disable-example \
|
||||||
--disable-auto-modprobe \
|
--disable-auto-modprobe \
|
||||||
--with-kernel=$(KERNEL_DIR) \
|
--with-kernel=$(KERNEL_DIR) \
|
||||||
@ -66,6 +66,7 @@ $(PKG_BUILD_DIR)/.configured:
|
|||||||
$(PKG_BUILD_DIR)/.built:
|
$(PKG_BUILD_DIR)/.built:
|
||||||
mkdir -p $(PKG_INSTALL_DIR)
|
mkdir -p $(PKG_INSTALL_DIR)
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
|
ARCH="$(ARCH)" \
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||||
SUBDIRS="kernel" \
|
SUBDIRS="kernel" \
|
||||||
all install
|
all install
|
||||||
|
Loading…
Reference in New Issue
Block a user