mirror of https://github.com/hak5/openwrt.git
parent
0bbc724c29
commit
54ee1e30bb
|
@ -1,12 +1,6 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
TARGETS := addpattern trx
|
TARGETS := addpattern trx belkin-bin motorola-bin
|
||||||
ifeq ($(BR2_TARGET_BELKIN),y)
|
|
||||||
TARGETS += belkin-bin
|
|
||||||
endif
|
|
||||||
ifeq ($(BR2_TARGET_MOTOROLA),y)
|
|
||||||
TARGETS += motorola-bin
|
|
||||||
endif
|
|
||||||
|
|
||||||
UTILS_BUILD_DIR:=$(BUILD_DIR)/target-utils
|
UTILS_BUILD_DIR:=$(BUILD_DIR)/target-utils
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue