diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-03-20 15:55:04 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-03-20 15:55:04 +0000 |
commit | 044147a3ec28f3feae82a541db0aadc9451f841e (patch) | |
tree | d802fb8cd4532d6c55abd43a124e8d775cfbfbde /target | |
parent | 6c6f00cc24b225d335dee128f47f8f6345a20c04 (diff) | |
download | upstream-044147a3ec28f3feae82a541db0aadc9451f841e.tar.gz upstream-044147a3ec28f3feae82a541db0aadc9451f841e.tar.bz2 upstream-044147a3ec28f3feae82a541db0aadc9451f841e.zip |
linux/3.{2,3}: yet another missing NET_VENDOR symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31045 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-3.2 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.3 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.2 b/target/linux/generic/config-3.2 index 7f14937644..d77936a3ae 100644 --- a/target/linux/generic/config-3.2 +++ b/target/linux/generic/config-3.2 @@ -1746,6 +1746,7 @@ CONFIG_NET_VENDOR_DLINK=y CONFIG_NET_VENDOR_EMULEX=y CONFIG_NET_VENDOR_EXAR=y CONFIG_NET_VENDOR_FARADAY=y +CONFIG_NET_VENDOR_FREESCALE=y CONFIG_NET_VENDOR_FUJITSU=y CONFIG_NET_VENDOR_HP=y CONFIG_NET_VENDOR_IBM=y diff --git a/target/linux/generic/config-3.3 b/target/linux/generic/config-3.3 index c2df556071..ccc1cd54ec 100644 --- a/target/linux/generic/config-3.3 +++ b/target/linux/generic/config-3.3 @@ -1766,6 +1766,7 @@ CONFIG_NET_VENDOR_DLINK=y CONFIG_NET_VENDOR_EMULEX=y CONFIG_NET_VENDOR_EXAR=y CONFIG_NET_VENDOR_FARADAY=y +CONFIG_NET_VENDOR_FREESCALE=y CONFIG_NET_VENDOR_FUJITSU=y CONFIG_NET_VENDOR_HP=y CONFIG_NET_VENDOR_IBM=y |