summaryrefslogtreecommitdiff
path: root/openwrt/target/Makefile.in
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-06 03:34:52 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-06 03:34:52 +0000
commit9d30652149fd745711342cec7ee8574e973ec241 (patch)
treeaad933069e7dedf29eb70dbfd81e9ca95d9b578f /openwrt/target/Makefile.in
parent0167360282da38c534a2698b415a8e2bed241d0a (diff)
nbd's makefile/menuconfig rewrite
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@307 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/Makefile.in')
-rw-r--r--openwrt/target/Makefile.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/openwrt/target/Makefile.in b/openwrt/target/Makefile.in
deleted file mode 100644
index d40fd158d7..0000000000
--- a/openwrt/target/Makefile.in
+++ /dev/null
@@ -1,20 +0,0 @@
-# Default target skeleton stuff, may be overridden
-EXTRAVERSION:=
-TARGET_SKELETON=target/default/skel.tar.gz
-TARGET_SKEL_DIR=target/default/target_skeleton
-
-include target/device/Makefile.in
-
-openwrt-linux.trx: openwrt-trx
- PATH=$(TARGET_PATH) trx -o openwrt-linux$(EXTRAVERSION).trx \
- $(LINUX_DIR)/$(LINUX_BINLOC) $(JFFS2FLAGS) $(IMAGE).$(ROOTFS)
-
-openwrt-code.bin: openwrt-addpattern openwrt-linux.trx
- PATH=$(TARGET_PATH) addpattern -2 -i openwrt-linux$(EXTRAVERSION).trx \
- -o openwrt-$(TAG)-code$(EXTRAVERSION).bin -g
- @$(SED) "1s,^W54S,$(TAG)," openwrt-$(TAG)-code$(EXTRAVERSION).bin
-
-openwrt-image-clean:
- @-rm openwrt-* 2>/dev/null
-
-openwrt-image-dirclean: openwrt-dirclean