diff --git a/config/kernel/linux-odroidc1-default.config b/config/kernel/linux-odroidc1-default.config index c60efab36..1e70e2ca6 100644 --- a/config/kernel/linux-odroidc1-default.config +++ b/config/kernel/linux-odroidc1-default.config @@ -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 diff --git a/patch/kernel/odroidc2-default/packaging-3.14-DEFAULT-with-postinstall-scripts.patch b/patch/kernel/odroidc2-default/packaging-3.14-DEFAULT-with-postinstall-scripts.patch index a0910f1b7..a5ecfb450 100644 --- a/patch/kernel/odroidc2-default/packaging-3.14-DEFAULT-with-postinstall-scripts.patch +++ b/patch/kernel/odroidc2-default/packaging-3.14-DEFAULT-with-postinstall-scripts.patch @@ -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) ;; *)