generic: revert to OpenWrt CC partition sizes on x86 and similar images for now

This will allow upgrading using the broken sysupgrade scripts in OpenWrt
CC without losing the configuration.

Fixes #1010
This commit is contained in:
Matthias Schiffer 2017-05-30 03:28:31 +02:00
parent 6e05ade58f
commit fcce9e5295
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ config 'CONFIG_PACKAGE_ATH_DEBUG=y'
config 'CONFIG_TARGET_MULTI_PROFILE=y'
config 'CONFIG_TARGET_PER_DEVICE_ROOTFS=y'
config 'CONFIG_TARGET_KERNEL_PARTSIZE=4'
config 'CONFIG_TARGET_ROOTFS_PARTSIZE=48'
if [ "$GLUON_DEBUG" ]
then
config 'CONFIG_DEBUG=y'