diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-26 10:33:32 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-26 10:33:32 +0000 |
commit | 94756d4adc16a70d53f4db8fec8248aae2256af9 (patch) | |
tree | b1a6b2b8bf2ee89d8a00610f25347828df4846fb /openwrt/package/linux/kernel-patches/021-drivers_net_Config_in-hnd | |
parent | f26476c862bc76370a3884555d8677c9886eb792 (diff) |
uncompress patches, requested by Kaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@460 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/linux/kernel-patches/021-drivers_net_Config_in-hnd')
-rw-r--r-- | openwrt/package/linux/kernel-patches/021-drivers_net_Config_in-hnd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openwrt/package/linux/kernel-patches/021-drivers_net_Config_in-hnd b/openwrt/package/linux/kernel-patches/021-drivers_net_Config_in-hnd new file mode 100644 index 000000000..580d616ce --- /dev/null +++ b/openwrt/package/linux/kernel-patches/021-drivers_net_Config_in-hnd @@ -0,0 +1,10 @@ +--- linux-mips-cvs/drivers/net/Config.in 2004-11-07 18:13:42.000000000 +0100 ++++ linux-broadcom/drivers/net/Config.in 2005-01-31 13:13:14.000000000 +0100 +@@ -2,6 +2,7 @@ + # Network device configuration + # + ++source drivers/net/hnd/Config.in + source drivers/net/arcnet/Config.in + + tristate 'Dummy net driver support' CONFIG_DUMMY |