[OpenWrt-Devel] [PATCH] [kernel] kernel: add missing symbols for 3.14

Florian Fainelli florian at openwrt.org
Thu Oct 16 12:39:24 EDT 2014


On 10/14/2014 03:59 AM, John Crispin wrote:
> these should really go into the at91 config file. the CONFIG_AT91_*
> ones for sure but most likely also the others.

The others seems like candidate for the generic kernel config to me,
since they are shared by more than one ARM platform.

earlyprintk on ARM is kind of a pita though since you always need to
select which UART implementation/location you want, maybe we should just
remove the earlyprintk selection for ARM entirely.

> 
> 
> 
> 
> On 11/10/2014 07:51, John Szakmeister wrote:
>> --- Without these, my earlyprintk configuration was being lost.
>>
>> -John
>>
>> target/linux/generic/config-3.14 | 5 +++++ 1 file changed, 5
>> insertions(+)
>>
>> diff --git a/target/linux/generic/config-3.14
>> b/target/linux/generic/config-3.14 index 830efff..5f16281 100644 
>> --- a/target/linux/generic/config-3.14 +++
>> b/target/linux/generic/config-3.14 @@ -240,6 +240,8 @@
>> CONFIG_ARPD=y # CONFIG_ASYNC_TX_DMA is not set #
>> CONFIG_AT76C50X_USB is not set # CONFIG_AT803X_PHY is not set +#
>> CONFIG_AT91_DEBUG_LL_DBGU0 is not set +# CONFIG_AT91_DEBUG_LL_DBGU1
>> is not set # CONFIG_ATA is not set # CONFIG_ATAGS is not set 
>> CONFIG_ATAGS_PROC=y @@ -770,6 +772,9 @@ CONFIG_DEBUG_KERNEL=y #
>> CONFIG_DEBUG_KOBJECT_RELEASE is not set # CONFIG_DEBUG_LIST is not
>> set # CONFIG_DEBUG_LL is not set +# CONFIG_DEBUG_LL_UART_8250 is
>> not set +# CONFIG_DEBUG_LL_UART_NONE is not set +#
>> CONFIG_DEBUG_LL_UART_PL01X is not set # CONFIG_DEBUG_LOCKDEP is not
>> set # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set #
>> CONFIG_DEBUG_LOCK_ALLOC is not set
>>
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel at lists.openwrt.org
> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
> 
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list