help
          Kernel modules for bridge firewalling
 
-config BR2_PACKAGE_KMOD_IPT4
+config BR2_PACKAGE_KMOD_IPTABLES_V4
+       tristate "Basic set of kernel modules for iptables"
+       default y
+       help
+         Kernel modules for IPv4 firewalling
+
+config BR2_PACKAGE_KMOD_IPTABLES_V4_EXTRA
        tristate "Extra modules for iptables"
        default m
        help
        help
          Kernel modules for IPv6 protocol support
          
-config BR2_PACKAGE_KMOD_IPT6
+config BR2_PACKAGE_KMOD_IPTABLES_V6
        tristate "Kernel modules for ip6tables"
        default m
        depends BR2_PACKAGE_KMOD_IPV6
        help
          Kernel modules for HFS+ filesystem support
 
+config BR2_PACKAGE_KMOD_LOOP
+       tristate "loop mount support"
+       default m
+       help
+         Kernel module for loop mount support
+
+config BR2_PACKAGE_KMOD_NBD
+       tristate "network block device"
+       default m
+       help
+         Kernel module for network block device
+
 config BR2_PACKAGE_KMOD_LP
        tristate "parallel port and lp support"
        default m
 
 # $Id$
 
 include $(TOPDIR)/rules.mk
-include ./linux.mk
-include ./linux.config
+include ./linux-2.4/linux.mk
+include ./linux-2.4/linux.config
 
 PKG_BUILD_DIR := $(BUILD_DIR)/linux-modules
 PKG_RELEASE := 1
 $(eval $(call KMOD_template,EBT,ebtables,\
        $(MODULES_DIR)/kernel/net/bridge/netfilter/*.o \
 ,CONFIG_BRIDGE_NF_EBTABLES))
-$(eval $(call KMOD_template,IPT4,iptables-extra,\
+$(eval $(call KMOD_template,IPTABLES_V4,iptables,\
+       $(MODULES_DIR)/kernel/net/ipv4/netfilter/ipt_state.o \
+       $(MODULES_DIR)/kernel/net/ipv4/netfilter/iptable_nat.o \
+       $(MODULES_DIR)/kernel/net/ipv4/netfilter/ip_nat_ftp.o \
+       $(MODULES_DIR)/kernel/net/ipv4/netfilter/ipt_conntrack.o \
+       $(MODULES_DIR)/kernel/net/ipv4/netfilter/ip_conntrack.o \
+       $(MODULES_DIR)/kernel/net/ipv4/netfilter/ip_conntrack_ftp.o \
+       $(MODULES_DIR)/kernel/net/ipv4/netfilter/ipt_MASQUERADE.o \
+))
+$(eval $(call KMOD_template,IPTABLES_V4_EXTRA,iptables-extra,\
        $(MODULES_DIR)/kernel/net/ipv4/netfilter/ip*.o \
 ))
-$(eval $(call KMOD_template,IPT6,ip6tables,\
+$(eval $(call KMOD_template,IPTABLES_V6,ip6tables,\
        $(MODULES_DIR)/kernel/net/ipv6/netfilter/ip*.o \
 ,CONFIG_IP6_NF_IPTABLES))
 $(eval $(call KMOD_template,IPV6,ipv6,\
 $(eval $(call KMOD_template,USB_PRINTER,usb-printer,\
        $(MODULES_DIR)/kernel/drivers/usb/printer.o \
 ,CONFIG_USB_PRINTER))
+$(eval $(call KMOD_template,LOOP,loop,\
+       $(MODULES_DIR)/kernel/drivers/block/loop.o \
+,CONFIG_BLK_DEV_LOOP))
+$(eval $(call KMOD_template,NBD,nbd,\
+       $(MODULES_DIR)/kernel/drivers/block/nbd.o \
+,CONFIG_BLK_DEV_NBD))
 $(eval $(call KMOD_template,LP,lp,\
        $(MODULES_DIR)/kernel/drivers/parport/parport.o \
        $(MODULES_DIR)/kernel/drivers/parport/parport_splink.o \
 
 +}
 diff -Nur linux-2.4.30/arch/mips/bcm947xx/sbpci.c linux-2.4.30-brcm/arch/mips/bcm947xx/sbpci.c
 --- linux-2.4.30/arch/mips/bcm947xx/sbpci.c    1970-01-01 01:00:00.000000000 +0100
-+++ linux-2.4.30-brcm/arch/mips/bcm947xx/sbpci.c       2005-05-26 01:46:08.000000000 +0200
++++ linux-2.4.30-brcm/arch/mips/bcm947xx/sbpci.c       2005-05-26 21:56:08.000000000 +0200
 @@ -0,0 +1,569 @@
 +/*
 + * Low-Level PCI and SB support for BCM47xx
 +              return -1;
 +      sb_core_reset(sbh, 0);
 +
-+      /* In some board, */
++      /* In some board,
 +      if(nvram_match("boardtype", "bcm94710dev"))
 +              CT4712_WR = 0;
 +      else
 +              CT4712_WR = 1;
++      /*
 +
 +      boardflags = (uint32) getintvar(NULL, "boardflags");
 +
 +       */
 +      if (((chip == BCM4712_DEVICE_ID) &&
 +           ((chippkg == BCM4712SMALL_PKG_ID) ||
-+            (chippkg == BCM4712MID_PKG_ID))) ||
-+          (boardflags & BFL_NOPCI || CT4712_WR))
++            (chippkg == BCM4712MID_PKG_ID))) )
 +              pci_disabled = TRUE;
 +
 +      /*