diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-12-11 17:55:49 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-12-11 17:55:49 +0000 |
commit | 964590dd5a902a65f921c2b46f4466abde21b72a (patch) | |
tree | 1e8158f02ed775fd7f35c913ef4cef3659ad2506 | |
parent | 639b2013ca05bb2e9bad05044d5cd5eb2e589eec (diff) | |
download | upstream-964590dd5a902a65f921c2b46f4466abde21b72a.tar.gz upstream-964590dd5a902a65f921c2b46f4466abde21b72a.tar.bz2 upstream-964590dd5a902a65f921c2b46f4466abde21b72a.zip |
Add a default Ralink profile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5762 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/rdc-2.6/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/rdc-2.6/Makefile b/target/linux/rdc-2.6/Makefile index 3d48de7f5d..b2a3c4382b 100644 --- a/target/linux/rdc-2.6/Makefile +++ b/target/linux/rdc-2.6/Makefile @@ -21,4 +21,11 @@ LINUX_RELEASE:=1 LINUX_KERNEL_MD5SUM:=37ddefe96625502161f075b9d907f21e include $(INCLUDE_DIR)/kernel-build.mk + +define Profile/Ralink + NAME:=Ralink WiFi (default) + PACKAGES:=kmod-rt2x00 +endef +$(eval $(call Profile,Ralink)) + $(eval $(call BuildKernel)) |