C1 kernel configuration update, C2 patch fix

This commit is contained in:
Igor Pecovnik 2016-06-21 14:12:21 +02:00
parent 80a77ac664
commit 40b10f7923
2 changed files with 10 additions and 5 deletions

View file

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 3.10.101 Kernel Configuration
# Linux/arm 3.10.102 Kernel Configuration
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@ -1559,6 +1559,11 @@ CONFIG_DEINTERLACE=y
# CONFIG_AM_PCMCIA is not set
# CONFIG_AM_IOBUS is not set
#
# ION support
#
# CONFIG_AMLOGIC_ION is not set
#
# Amlogic Crypto Support
#
@ -1755,7 +1760,7 @@ CONFIG_BLK_DEV_NBD=m
# CONFIG_DS1682 is not set
# CONFIG_TI_DAC7512 is not set
# CONFIG_UID_STAT is not set
CONFIG_BMP085=y
CONFIG_BMP085=m
CONFIG_BMP085_I2C=m
# CONFIG_BMP085_SPI is not set
CONFIG_SI1132=m

View file

@ -2,7 +2,7 @@ diff --git a/scripts/package/builddeb b/scripts/package/builddeb
index 152d4d2..a2fa373 100644
--- a/scripts/package/builddeb
+++ b/scripts/package/builddeb
@@ -35,13 +35,15 @@ create_package() {
@@ -35,15 +35,15 @@ create_package() {
sparc*)
debarch=sparc ;;
s390*)
@ -15,8 +15,8 @@ index 152d4d2..a2fa373 100644
debarch=hppa ;;
mips*)
debarch=mips$(grep -q CPU_LITTLE_ENDIAN=y $KCONFIG_CONFIG && echo el || true) ;;
+ arm64)
+ debarch=arm64 ;;
arm64)
debarch=arm64 ;;
arm*)
debarch=arm$(grep -q CONFIG_AEABI=y $KCONFIG_CONFIG && echo el || true) ;;
*)