diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-07-27 18:13:35 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-07-27 18:13:35 +0000 |
commit | 3ba84cb70821c6a2dd091bb2140b01abe31574a7 (patch) | |
tree | d775cb2a08c5316e33eb96c51df1725a9b768eaf /target/linux/rdc-2.6/Makefile | |
parent | ec28552f3194c2ac90353e0544495d257b4e3ae8 (diff) |
Add the 93cx6 patch to generic-2.6, correctly fix dependencies on the rt2x00 drivers (thanks to Daniel Gimpelevich)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8200 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rdc-2.6/Makefile')
-rw-r--r-- | target/linux/rdc-2.6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rdc-2.6/Makefile b/target/linux/rdc-2.6/Makefile index da05bd49c5..dd4978181a 100644 --- a/target/linux/rdc-2.6/Makefile +++ b/target/linux/rdc-2.6/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=i386 BOARD:=rdc BOARDNAME:=RDC x86 -FEATURES:=squashfs jffs2 pci broken +FEATURES:=squashfs jffs2 broken LINUX_VERSION:=2.6.22.1 |