mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
cleanup the whole addpattern / trx nonsense
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@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