diff options
| author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-14 17:26:58 +0000 |
|---|---|---|
| committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-14 17:26:58 +0000 |
| commit | 8f0aa4a7699c86bab7249c4c516b73f74b3ae93b (patch) | |
| tree | 0e67793e0d99d0bf8394239a6d7d7844ea5e72e9 | |
| parent | 0f661400c526b3a6be1db208aa83cadf77dc44a8 (diff) | |
include natsemi in the default image for Aruba
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2979 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | openwrt/target/linux/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/linux/Config.in b/openwrt/target/linux/Config.in index b043d079d..bb5afd30c 100644 --- a/openwrt/target/linux/Config.in +++ b/openwrt/target/linux/Config.in @@ -516,6 +516,7 @@ config BR2_PACKAGE_KMOD_NET_NATSEMI prompt "kmod-net-natsemi.................. National Semiconductor DP8381x series PCI Ethernet kernel support" tristate depends BR2_LINUX_2_4_X86 || BR2_LINUX_2_6_X86 || BR2_LINUX_2_6_ARUBA + default y if BR2_LINUX_2_6_ARUBA default m help This driver is for the National Semiconductor DP83810 series, |
