summaryrefslogtreecommitdiff
path: root/packages/linux/linux-openmoko-devel/defconfig-oe.patch
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2008-12-31 19:12:25 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2008-12-31 20:01:32 +0100
commit849323cc1c0fb4321d194fbed63106e17fff0021 (patch)
tree08f63235e9793def3ae7856707f2dc5bf95ddf6f /packages/linux/linux-openmoko-devel/defconfig-oe.patch
parent7f36e0e1bc5159047db82be0140ab30e83acc96c (diff)
linux-openmoko-devel: patch the stock defconfig to introduce our changes;
(while linux-openmoko-devel is still developing so much that the defconfig changes every other day...)
Diffstat (limited to 'packages/linux/linux-openmoko-devel/defconfig-oe.patch')
-rw-r--r--packages/linux/linux-openmoko-devel/defconfig-oe.patch39
1 files changed, 39 insertions, 0 deletions
diff --git a/packages/linux/linux-openmoko-devel/defconfig-oe.patch b/packages/linux/linux-openmoko-devel/defconfig-oe.patch
new file mode 100644
index 0000000000..0014f12cc0
--- /dev/null
+++ b/packages/linux/linux-openmoko-devel/defconfig-oe.patch
@@ -0,0 +1,39 @@
+Index: defconfig-oe
+===================================================================
+--- defconfig-oe 2008-12-31 18:54:08.000000000 +0100
++++ defconfig-oe 2008-12-20 22:24:39.000000000 +0100
+@@ -337,9 +337,6 @@
+ #
+ # At least one emulation must be selected
+ #
+-CONFIG_FPE_NWFPE=y
+-# CONFIG_FPE_NWFPE_XP is not set
+-# CONFIG_FPE_FASTFPE is not set
+
+ #
+ # Userspace binary formats
+@@ -1640,9 +1635,10 @@
+ #
+ CONFIG_LEDS_TRIGGERS=y
+ CONFIG_LEDS_TRIGGER_TIMER=y
+-# CONFIG_LEDS_TRIGGER_HEARTBEAT is not set
++CONFIG_LEDS_TRIGGER_HEARTBEAT=y
+ CONFIG_LEDS_TRIGGER_BACKLIGHT=y
+ # CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set
++CONFIG_LEDS_TRIGGER_NETDEV=y
+ CONFIG_RTC_LIB=y
+ CONFIG_RTC_CLASS=y
+ CONFIG_RTC_HCTOSYS=y
+@@ -1827,7 +1823,11 @@
+ # CONFIG_SYSV_FS is not set
+ # CONFIG_UFS_FS is not set
+ CONFIG_NETWORK_FILESYSTEMS=y
+-# CONFIG_NFS_FS is not set
++CONFIG_NFS_FS=y
++CONFIG_NFS_V3=y
++CONFIG_NFS_V3_ACL=y
++# CONFIG_NFS_V4 is not set
++CONFIG_ROOT_NFS=y
+ CONFIG_NFSD=y
+ CONFIG_NFSD_V2_ACL=y
+ CONFIG_NFSD_V3=y