mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
cleanup the whole addpattern / trx nonsense
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@243 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -99,7 +99,7 @@ openwrt-mtd: $(TARGET_DIR)/$(OPENWRT_MTD_TARGET_BINARY)
|
||||
|
||||
# trx tool
|
||||
OPENWRT_TRX_SOURCE=package/openwrt/trx.c
|
||||
OPENWRT_TRX_TARGET=$(BUILD_DIR)/trx
|
||||
OPENWRT_TRX_TARGET=$(STAGING_DIR)/bin/trx
|
||||
|
||||
$(OPENWRT_TRX_TARGET):
|
||||
$(CC) -o $(OPENWRT_TRX_TARGET) $(OPENWRT_TRX_SOURCE)
|
||||
@@ -108,7 +108,7 @@ openwrt-trx: $(OPENWRT_TRX_TARGET)
|
||||
|
||||
# addpattern tool
|
||||
OPENWRT_ADDPATTERN_SOURCE=package/openwrt/addpattern.c
|
||||
OPENWRT_ADDPATTERN_TARGET=$(BUILD_DIR)/addpattern
|
||||
OPENWRT_ADDPATTERN_TARGET=$(STAGING_DIR)/bin/addpattern
|
||||
|
||||
$(OPENWRT_ADDPATTERN_TARGET):
|
||||
$(CC) -o $(OPENWRT_ADDPATTERN_TARGET) $(OPENWRT_ADDPATTERN_SOURCE)
|
||||
|
||||
Reference in New Issue
Block a user