Dear Wise People,

How do I get USB_SUPPORT config symbol into tmp/.config-target.in for
amazon ala danube?

I've gone through the files in target/lantiq and I just cannot see how
to make amazon se (ase) support usb, and enable the USB support menu.

I see that the crucial piece ends up in tmp/.config-target.in, but I
cannot find the source.

config TARGET_lantiq_danube
        bool "Danube"
        select LINUX_2_6
        select LINUX_2_6_32
        depends TARGET_lantiq
        select mips
        select GPIO_SUPPORT
        select USES_JFFS2
        select PCI_SUPPORT
        select USES_SQUASHFS
        select USB_SUPPORT
        help
          Lantiq Danube/Twinpass

config TARGET_lantiq_ase
        bool "Amazon-SE"
        select LINUX_2_6
        select LINUX_2_6_32
        depends TARGET_lantiq
        select mips
        select GPIO_SUPPORT
        select USES_JFFS2
        select USES_SQUASHFS
        help
          Lantiq ASE

Thanks for your assistance,
Conor

_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to