do not build lib and util here, enable kmod build when target arch != mipsel
SVN-Revision: 1681
This commit is contained in:
parent
d3c40c1572
commit
4768b3cc3f
@ -55,8 +55,8 @@ $(PKG_BUILD_DIR)/.configured:
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
--enable-kernel-module \
|
||||
--enable-lib \
|
||||
--enable-util \
|
||||
--disable-lib \
|
||||
--disable-util \
|
||||
--disable-example \
|
||||
--disable-auto-modprobe \
|
||||
--with-kernel=$(KERNEL_DIR) \
|
||||
@ -66,6 +66,7 @@ $(PKG_BUILD_DIR)/.configured:
|
||||
$(PKG_BUILD_DIR)/.built:
|
||||
mkdir -p $(PKG_INSTALL_DIR)
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
ARCH="$(ARCH)" \
|
||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||
SUBDIRS="kernel" \
|
||||
all install
|
||||
|
Loading…
Reference in New Issue
Block a user