add an snmpd-static package
[openwrt.git] / target / linux / Config.in
index 402c157..69f96c4 100644 (file)
@@ -1,6 +1,6 @@
 
 config BR2_LINUX_2_4
-       bool "Linux 2.4"
+       bool "Linux 2.4 (choose only one target board)"
        default y
 
 config BR2_LINUX_2_4_BRCM
@@ -130,6 +130,14 @@ config BR2_PACKAGE_KMOD_IPTABLES_V4
        help
          Kernel modules for IPv4 firewalling
 
+config BR2_PACKAGE_KMOD_AX25
+       tristate "AX25 support"
+       default m
+       help
+         Kernel modules for AX25 protocol family
+          - ax25.o: AX25 layer 2 support
+          - mkiss.o: AX25 KISS driver
+
 config BR2_PACKAGE_KMOD_IPTABLES_V4_EXTRA
        tristate "Extra modules for iptables"
        default m
@@ -252,6 +260,8 @@ config BR2_PACKAGE_KMOD_IDE
 config BR2_PACKAGE_KMOD_VFAT
        tristate "VFAT filesystem support"
        default m
+       depends on BR2_PACKAGE_KMOD_NLS_BASE
+       depends on BR2_PACKAGE_KMOD_NLS_CP437 || BR2_PACKAGE_KMOD_NLS_CP850
        help
          Kernel modules for VFAT filesystem support
          useful for usb mass storage devices
@@ -360,6 +370,36 @@ config BR2_PACKAGE_KMOD_SCHED
        help
          Kernel schedulers for IP traffic
 
+config BR2_PACKAGE_KMOD_NLS_BASE
+       tristate "basic native language support for filesystems"
+       default m
+       help
+         Kernel native language support
+
+config BR2_PACKAGE_KMOD_NLS_CP437
+       tristate "code page 437"
+       default m
+       help
+         Kernel native language support
+
+config BR2_PACKAGE_KMOD_NLS_CP850
+       tristate "code page 850"
+       default m
+       help
+         Kernel native language support
+
+config BR2_PACKAGE_KMOD_NLS_UTF8
+       tristate "utf8"
+       default m
+       help
+         Kernel native language support
+
+config BR2_PACKAGE_KMOD_NLS_IS08859_1
+       tristate "iso8859-1"
+       default m
+       help
+         Kernel native language support
+
 config BR2_PACKAGE_KMOD_VIDEODEV
        tristate "Video (For Linux) kernel support"
        default m
This page took 0.020569 seconds and 4 git commands to generate.