diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-04-30 13:31:02 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-04-30 13:31:02 +0000 |
commit | 828ca5b55bc7157d3cde8e347064d735dac3200e (patch) | |
tree | c3822f46c0505c2d018a5d81e79bb3640ef7e313 /target | |
parent | 36e4fc9831e2a6c34062255152df310fee571479 (diff) | |
download | upstream-828ca5b55bc7157d3cde8e347064d735dac3200e.tar.gz upstream-828ca5b55bc7157d3cde8e347064d735dac3200e.tar.bz2 upstream-828ca5b55bc7157d3cde8e347064d735dac3200e.zip |
add missing symbols to .25 config
SVN-Revision: 10989
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.25 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.25 b/target/linux/generic-2.6/config-2.6.25 index 810b613c79..d797a8c387 100644 --- a/target/linux/generic-2.6/config-2.6.25 +++ b/target/linux/generic-2.6/config-2.6.25 @@ -898,6 +898,7 @@ CONFIG_NET_SCH_RR=m CONFIG_NET_SCH_SFQ=m CONFIG_NET_SCH_TBF=m CONFIG_NET_SCH_TEQL=m +# CONFIG_ENC28J60 is not set # CONFIG_NET_TULIP is not set CONFIG_NET_WIRELESS=y CONFIG_NET_WIRELESS_RTNETLINK=y @@ -1149,6 +1150,7 @@ CONFIG_RTC_DRV_CMOS=y # CONFIG_RTC_DRV_DS1511 is not set # CONFIG_RTC_DRV_MAX6900 is not set # CONFIG_RTC_DRV_MAX6902 is not set +# CONFIG_RTC_DRV_R9701 is not set # CONFIG_RTC_DRV_RS5C348 is not set # CONFIG_RTC_DRV_S35390A is not set # CONFIG_RTL8187 is not set |