[oe-commits] Andrea Adami : linux-kexecboot_2.6.24: remove NET from tosa defconfig

git version control git at git.openembedded.org
Sun Oct 24 17:42:42 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 47cc402abdb97542e990fd05186f39c471d08320
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=47cc402abdb97542e990fd05186f39c471d08320

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Sun Oct 24 19:36:18 2010 +0200

linux-kexecboot_2.6.24: remove NET from tosa defconfig

* unfortunately all sort of stuffs seems pulled in
* the initramfs image, making size-check fail :/
* other zaurus have already disabled this
* we'll try to re-enable NET in the 2.6.36 releases

---

 .../linux/linux-kexecboot-2.6.24/tosa/defconfig    |   88 +-------------------
 recipes/linux/linux-kexecboot_2.6.24.bb            |    2 +-
 2 files changed, 2 insertions(+), 88 deletions(-)

diff --git a/recipes/linux/linux-kexecboot-2.6.24/tosa/defconfig b/recipes/linux/linux-kexecboot-2.6.24/tosa/defconfig
index 9513c41..d9d1422 100644
--- a/recipes/linux/linux-kexecboot-2.6.24/tosa/defconfig
+++ b/recipes/linux/linux-kexecboot-2.6.24/tosa/defconfig
@@ -281,93 +281,7 @@ CONFIG_APM_EMULATION=y
 #
 # Networking
 #
-CONFIG_NET=y
-
-#
-# Networking options
-#
-# CONFIG_PACKET is not set
-CONFIG_UNIX=y
-# CONFIG_NET_KEY is not set
-CONFIG_INET=y
-# CONFIG_IP_MULTICAST is not set
-# CONFIG_IP_ADVANCED_ROUTER is not set
-CONFIG_IP_FIB_HASH=y
-# CONFIG_IP_PNP is not set
-# CONFIG_NET_IPIP is not set
-# CONFIG_NET_IPGRE is not set
-# CONFIG_ARPD is not set
-CONFIG_SYN_COOKIES=y
-# CONFIG_INET_AH is not set
-# CONFIG_INET_ESP is not set
-# CONFIG_INET_IPCOMP is not set
-# CONFIG_INET_XFRM_TUNNEL is not set
-# CONFIG_INET_TUNNEL is not set
-# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
-# CONFIG_INET_XFRM_MODE_TUNNEL is not set
-# CONFIG_INET_XFRM_MODE_BEET is not set
-# CONFIG_INET_LRO is not set
-# CONFIG_INET_DIAG is not set
-# CONFIG_TCP_CONG_ADVANCED is not set
-CONFIG_TCP_CONG_CUBIC=y
-CONFIG_DEFAULT_TCP_CONG="cubic"
-# CONFIG_TCP_MD5SIG is not set
-# CONFIG_IP_VS is not set
-# CONFIG_IPV6 is not set
-# CONFIG_INET6_XFRM_TUNNEL is not set
-# CONFIG_INET6_TUNNEL is not set
-# CONFIG_NETWORK_SECMARK is not set
-CONFIG_NETFILTER=y
-# CONFIG_NETFILTER_DEBUG is not set
-
-#
-# Core Netfilter Configuration
-#
-# CONFIG_NETFILTER_NETLINK is not set
-# CONFIG_NF_CONNTRACK_ENABLED is not set
-# CONFIG_NF_CONNTRACK is not set
-# CONFIG_NETFILTER_XTABLES is not set
-
-#
-# IP: Netfilter Configuration
-#
-# CONFIG_IP_NF_QUEUE is not set
-# CONFIG_IP_NF_IPTABLES is not set
-# CONFIG_IP_NF_ARPTABLES is not set
-# CONFIG_IP_DCCP is not set
-# CONFIG_IP_SCTP is not set
-# CONFIG_TIPC is not set
-# CONFIG_ATM is not set
-# CONFIG_BRIDGE is not set
-# CONFIG_VLAN_8021Q is not set
-# CONFIG_DECNET is not set
-# CONFIG_LLC2 is not set
-# CONFIG_IPX is not set
-# CONFIG_ATALK is not set
-# CONFIG_X25 is not set
-# CONFIG_LAPB is not set
-# CONFIG_ECONET is not set
-# CONFIG_WAN_ROUTER is not set
-# CONFIG_NET_SCHED is not set
-
-#
-# Network testing
-#
-# CONFIG_NET_PKTGEN is not set
-# CONFIG_HAMRADIO is not set
-# CONFIG_IRDA is not set
-# CONFIG_BT is not set
-# CONFIG_AF_RXRPC is not set
-
-#
-# Wireless
-#
-# CONFIG_CFG80211 is not set
-CONFIG_WIRELESS_EXT=y
-# CONFIG_MAC80211 is not set
-# CONFIG_IEEE80211 is not set
-# CONFIG_RFKILL is not set
-# CONFIG_NET_9P is not set
+# CONFIG_NET is not set
 
 #
 # Device Drivers
diff --git a/recipes/linux/linux-kexecboot_2.6.24.bb b/recipes/linux/linux-kexecboot_2.6.24.bb
index 731796a..62fc7dd 100644
--- a/recipes/linux/linux-kexecboot_2.6.24.bb
+++ b/recipes/linux/linux-kexecboot_2.6.24.bb
@@ -1,7 +1,7 @@
 require linux-kexecboot.inc
 require ../linux/linux-rp.checksums.inc
 
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
 
 DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_collie = "-1"





More information about the Openembedded-commits mailing list