diff options
Diffstat (limited to 'target/linux/iop32x')
-rw-r--r-- | target/linux/iop32x/base-files/etc/config/network | 5 | ||||
-rw-r--r-- | target/linux/iop32x/config-3.3 | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/target/linux/iop32x/base-files/etc/config/network b/target/linux/iop32x/base-files/etc/config/network index 1d9b55b2d..2c3ca87e9 100644 --- a/target/linux/iop32x/base-files/etc/config/network +++ b/target/linux/iop32x/base-files/etc/config/network @@ -9,3 +9,8 @@ config interface loopback config interface lan option ifname eth0 option proto dhcp + +config interface lan6 + option ifname @lan + option proto dhcpv6 + option reqprefix no diff --git a/target/linux/iop32x/config-3.3 b/target/linux/iop32x/config-3.3 index 6adc702d5..6ce112bf1 100644 --- a/target/linux/iop32x/config-3.3 +++ b/target/linux/iop32x/config-3.3 @@ -19,7 +19,6 @@ CONFIG_ARM_PATCH_PHYS_VIRT=y # CONFIG_ARPD is not set CONFIG_ASYNC_TX_ENABLE_CHANNEL_SWITCH=y CONFIG_ATA=m -CONFIG_BCMA_POSSIBLE=y # CONFIG_CACHE_L2X0 is not set CONFIG_CMDLINE="root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200" CONFIG_CMDLINE_FROM_BOOTLOADER=y @@ -132,16 +131,19 @@ CONFIG_USB=m CONFIG_USB_ARCH_HAS_XHCI=y CONFIG_USB_COMMON=m CONFIG_USB_EHCI_HCD=m +# CONFIG_USB_EHCI_HCD_PLATFORM is not set # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set CONFIG_USB_OHCI_HCD=m +# CONFIG_USB_OHCI_HCD_PLATFORM is not set CONFIG_USB_SUPPORT=y CONFIG_USB_UHCI_HCD=m CONFIG_VECTORS_BASE=0xffff0000 CONFIG_VM_EVENT_COUNTERS=y CONFIG_WAN=y CONFIG_XSCALE_PMU=y -CONFIG_XZ_DEC=y +CONFIG_XZ_DEC_ARM=y +CONFIG_XZ_DEC_BCJ=y CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZONE_DMA_FLAG=0 |