remove CMDLINE_PARTITION, we don't need it
(at least, I think we don't)
This commit is contained in:
parent
1ec7fcc197
commit
a30b658999
3 changed files with 0 additions and 3 deletions
|
@ -210,7 +210,6 @@
|
||||||
# of it is device config, some of it is wifi config or
|
# of it is device config, some of it is wifi config or
|
||||||
# installation method config or ...
|
# installation method config or ...
|
||||||
|
|
||||||
CMDLINE_PARTITION = "y";
|
|
||||||
EARLY_PRINTK = "y";
|
EARLY_PRINTK = "y";
|
||||||
|
|
||||||
PARTITION_ADVANCED = "y";
|
PARTITION_ADVANCED = "y";
|
||||||
|
|
|
@ -179,7 +179,6 @@
|
||||||
MTD = "y";
|
MTD = "y";
|
||||||
MTD_BLOCK = "y"; # fix undefined ref to register_mtd_blktrans_devs
|
MTD_BLOCK = "y"; # fix undefined ref to register_mtd_blktrans_devs
|
||||||
|
|
||||||
CMDLINE_PARTITION = "y";
|
|
||||||
EARLY_PRINTK = "y";
|
EARLY_PRINTK = "y";
|
||||||
|
|
||||||
NEW_LEDS = "y";
|
NEW_LEDS = "y";
|
||||||
|
|
|
@ -162,7 +162,6 @@
|
||||||
|
|
||||||
PHY_RALINK_USB = "y";
|
PHY_RALINK_USB = "y";
|
||||||
|
|
||||||
CMDLINE_PARTITION = "y";
|
|
||||||
EARLY_PRINTK = "y";
|
EARLY_PRINTK = "y";
|
||||||
|
|
||||||
PARTITION_ADVANCED = "y";
|
PARTITION_ADVANCED = "y";
|
||||||
|
|
Loading…
Reference in a new issue