diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-08-03 07:28:43 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-08-03 07:28:43 +0000 |
commit | 0250efa1eaa2929f8ec35de6fd2ae0e29cf41450 (patch) | |
tree | 0bcbc4801bff647a77fde97f2d2436c80cf680c7 /target/linux/rdc-2.6/profiles/WL-153.mk | |
parent | 39f63f1d04ef782e1972702239ad4dd44c0132b1 (diff) | |
download | upstream-0250efa1eaa2929f8ec35de6fd2ae0e29cf41450.tar.gz upstream-0250efa1eaa2929f8ec35de6fd2ae0e29cf41450.tar.bz2 upstream-0250efa1eaa2929f8ec35de6fd2ae0e29cf41450.zip |
Make jffs2 images work with rdc, add a sitecom wl-153 profile and kernel config, fix rt61 installation (thanks to Daniel Gimpelevich)
SVN-Revision: 8328
Diffstat (limited to 'target/linux/rdc-2.6/profiles/WL-153.mk')
-rw-r--r-- | target/linux/rdc-2.6/profiles/WL-153.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/rdc-2.6/profiles/WL-153.mk b/target/linux/rdc-2.6/profiles/WL-153.mk new file mode 100644 index 0000000000..8a9489421b --- /dev/null +++ b/target/linux/rdc-2.6/profiles/WL-153.mk @@ -0,0 +1,13 @@ +# +# Copyright (C) 2007 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/wl153 + NAME:=Sitecom WL-153 + PACKAGES:=kmod-rt61 kmod-r6040 +endef +$(eval $(call Profile,wl153)) + |