mirror of https://github.com/hak5/openwrt-owl.git
fix potential build errors when changing the qc-usb package selection
SVN-Revision: 10124owl
parent
bbc4c10465
commit
480c18e611
|
@ -58,8 +58,7 @@ ifeq ($(KERNEL),2.4)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(CONFIG_PACKAGE_kmod-video-quickcam),)
|
define Build/Compile
|
||||||
define Build/Compile/kmod
|
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
LINUX_DIR="$(LINUX_DIR)" \
|
LINUX_DIR="$(LINUX_DIR)" \
|
||||||
ARCH="$(LINUX_KARCH)" \
|
ARCH="$(LINUX_KARCH)" \
|
||||||
|
@ -68,11 +67,6 @@ ifneq ($(CONFIG_PACKAGE_kmod-video-quickcam),)
|
||||||
LD="$(TARGET_CC) -nodefaultlibs -nostartfiles" \
|
LD="$(TARGET_CC) -nodefaultlibs -nostartfiles" \
|
||||||
USER_OPT="$(KERNEL_C_OPTS)" \
|
USER_OPT="$(KERNEL_C_OPTS)" \
|
||||||
quickcam.$(LINUX_KMOD_SUFFIX)
|
quickcam.$(LINUX_KMOD_SUFFIX)
|
||||||
endef
|
|
||||||
endif
|
|
||||||
|
|
||||||
define Build/Compile
|
|
||||||
$(call Build/Compile/kmod)
|
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
CFLAGS="$(TARGET_CFLAGS)" \
|
CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
qcset
|
qcset
|
||||||
|
|
Loading…
Reference in New Issue