ソースを参照

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
Matthias Schiffer 7 年 前
コミット
fcce9e5295
1 ファイル変更3 行追加0 行削除
  1. 3 0
      targets/generic

+ 3 - 0
targets/generic

@@ -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'