diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-07-01 09:47:26 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-07-01 09:47:26 +0000 |
commit | 93793a6dd209f0ea434ca539192a7f8326942466 (patch) | |
tree | fa584a51e5d8e4eda176fe010e4699a0bc3480f0 | |
parent | b01642d179312ed0cf76de62de088e4282e35020 (diff) | |
download | upstream-93793a6dd209f0ea434ca539192a7f8326942466.tar.gz upstream-93793a6dd209f0ea434ca539192a7f8326942466.tar.bz2 upstream-93793a6dd209f0ea434ca539192a7f8326942466.zip |
patch-cmdline is now gone
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7821 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/adm5120-2.6/profiles/RB1xx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/adm5120-2.6/profiles/RB1xx.mk b/target/linux/adm5120-2.6/profiles/RB1xx.mk index 8bede7a79a..9dd3de0973 100644 --- a/target/linux/adm5120-2.6/profiles/RB1xx.mk +++ b/target/linux/adm5120-2.6/profiles/RB1xx.mk @@ -7,7 +7,7 @@ define Profile/RouterBoard NAME:=RouterBoard RB1xx - PACKAGES:=kmod-madwifi patch-cmdline + PACKAGES:=kmod-madwifi endef define Profile/RouterBoard/Description |