X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2FConfig.in;h=cc42ad1266139d5aa9050a59a95b6a085291fed2;hb=d1a253a2fdc0afce1998e82dacece9a26dbe569e;hp=48fd827326b35073c7bde0f94bfa8a9b216661f5;hpb=b3b591c000acb7d9b7135b3fc8ac730e42b20832;p=oweals%2Fopenwrt.git diff --git a/target/Config.in b/target/Config.in index 48fd827326..cc42ad1266 100644 --- a/target/Config.in +++ b/target/Config.in @@ -2,10 +2,9 @@ source "tmp/.config-target.in" # Kernel/Hardware features -config LINUX_2_4 - bool - -config LINUX_2_6 +config HAS_SPE_FPU + depends powerpc + select HAS_FPU bool config HAS_FPU @@ -14,9 +13,6 @@ config HAS_FPU config AUDIO_SUPPORT bool -config DISPLAY_SUPPORT - bool - config GPIO_SUPPORT bool @@ -34,6 +30,12 @@ config USB_SUPPORT select AUDIO_SUPPORT bool +config USB_GADGET_SUPPORT + bool + +config RTC_SUPPORT + bool + config BIG_ENDIAN bool @@ -46,7 +48,7 @@ config USES_SQUASHFS config USES_JFFS2 bool -config USES_EXT2 +config USES_EXT4 bool config USES_TARGZ