]> git.pld-linux.org Git - packages/kernel.git/blob - kernel-2.2.22-config.patch
- added description of djurban's branch
[packages/kernel.git] / kernel-2.2.22-config.patch
1 --- linux/drivers/net/Config.in~        Thu Jan 23 15:38:55 2003
2 +++ linux/drivers/net/Config.in Thu Jan 23 15:38:55 2003
3 @@ -169,7 +169,9 @@
4    fi
5    bool 'Pocket and portable adaptors' CONFIG_NET_POCKET
6    if [ "$CONFIG_NET_POCKET" = "y" ]; then
7 -    bool 'AT-LAN-TEC/RealTek pocket adaptor support' CONFIG_ATP
8 +    if [ "$CONFIG_X86" = "y" ]; then
9 +      bool 'AT-LAN-TEC/RealTek pocket adaptor support' CONFIG_ATP
10 +    fi
11      tristate 'D-Link DE600 pocket adaptor support' CONFIG_DE600
12      tristate 'D-Link DE620 pocket adaptor support' CONFIG_DE620
13    fi
14 --- linux/drivers/atm/Config.in~        Thu Jan 23 15:42:19 2003
15 +++ linux/drivers/atm/Config.in Thu Jan 23 15:42:19 2003
16 @@ -51,7 +51,7 @@
17        if [ "$CONFIG_ATM_FORE200E_PCA" = "y" ]; then
18         bool '   Use default PCA-200E firmware (normally enabled)' CONFIG_ATM_FORE200E_PCA_DEFAULT_FW
19          if [ "$CONFIG_ATM_FORE200E_PCA_DEFAULT_FW" = "n" ]; then
20 -          string '   Pathname of user-supplied binary firmware' CONFIG_ATM_FORE200E_PCA_FW
21 +          string '   Pathname of user-supplied binary firmware' CONFIG_ATM_FORE200E_PCA_FW ""
22          fi
23        fi
24      fi
This page took 0.178247 seconds and 3 git commands to generate.