i'm curious about this snippet from tmp/.config-target.in:

...
config TARGET_brcm_2_4
        bool "Broadcom BCM947xx/953xx [2.4]"
        select LINUX_2_4
        select LINUX_2_4_34
        select mipsel
        select PCI_SUPPORT
        select PCMCIA_SUPPORT
        select USES_SQUASHFS
        select USB_SUPPORT
        help
          Build firmware images for Broadcom based routers
          (e.g. Linksys WRT54G(S), Asus WL-500g, Motorola WR850G)


config TARGET_brcm47xx
        bool "Broadcom BCM947xx/953xx [2.6]"
        select LINUX_2_6
        select LINUX_2_6_23
        select mipsel
        select PCI_SUPPORT
        select USES_SQUASHFS
        select USB_SUPPORT
        help
          Build firmware images for Broadcom based routers
          (e.g. Netgear WGT634U)
...

  why does the 2.4-based build select PCMCIA support, but not the 2.6?
i would have thought that those two builds should be functionally
equivalent, at least in terms of features.

rday
--

========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA

http://crashcourse.ca
========================================================================
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to