X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2FConfig.in;h=bb442025f54e71d407ac87499d3e9ffec4a161f6;hb=f9034569fee32dbde3a1eb20746d6a5a3c08626d;hp=967149d435b75cd6cf2f0e59b073e8a2f6647b3a;hpb=cac6e3495f74f87646f4d177eb2c978feb5d3fdd;p=openwrt.git diff --git a/target/Config.in b/target/Config.in index 967149d435..bb442025f5 100644 --- a/target/Config.in +++ b/target/Config.in @@ -39,6 +39,9 @@ config RTC_SUPPORT config BIG_ENDIAN bool +config USES_DEVICETREE + bool + config USES_INITRAMFS bool @@ -48,6 +51,9 @@ config USES_SQUASHFS config USES_JFFS2 bool +config USES_JFFS2_NAND + bool + config USES_EXT4 bool @@ -70,6 +76,9 @@ config HAS_MIPS16 depends on (mips || mipsel || mips64 || mips64el) bool +config RFKILL_SUPPORT + bool + config ARCH_64BIT bool @@ -82,6 +91,18 @@ config armeb select BIG_ENDIAN bool +config arm_v4 + bool + +config arm_v5 + bool + +config arm_v6 + bool + +config arm_v7 + bool + config avr32 select BIG_ENDIAN bool