aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rb532-2.6
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-07-01 09:45:27 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-07-01 09:45:27 +0000
commitb01642d179312ed0cf76de62de088e4282e35020 (patch)
treea6705d68c214f0a4cd717f52b96c2e84cef03327 /target/linux/rb532-2.6
parent4c7eddbf93e0df4381f20b1be99457a79016a971 (diff)
downloadupstream-b01642d179312ed0cf76de62de088e4282e35020.tar.gz
upstream-b01642d179312ed0cf76de62de088e4282e35020.tar.bz2
upstream-b01642d179312ed0cf76de62de088e4282e35020.zip
Remove patch-cmdline from the packages and move it tools tools/. adm5120 and rb532 do use it for procuding ready-to-use kernels (#1631)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7820 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rb532-2.6')
-rw-r--r--target/linux/rb532-2.6/image/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/rb532-2.6/image/Makefile b/target/linux/rb532-2.6/image/Makefile
index 84f37e3bb2..555eb2a645 100644
--- a/target/linux/rb532-2.6/image/Makefile
+++ b/target/linux/rb532-2.6/image/Makefile
@@ -20,10 +20,6 @@ LOADER_MAKEOPTS= \
RAMSIZE=$(RAMSIZE) \
IMAGE_COPY=$(IMAGE_COPY)
-define Build/Compile
- $(CC) -o $(STAGING_DIR)/bin/patch-cmdline $(PLATFORM_DIR)/src/patch-cmdline.c
-endef
-
define Build/Clean
$(MAKE) -C $(GENERIC_PLATFORM_DIR)/image/lzma-loader $(LOADER_MAKEOPTS) clean
endef