[pisa-src] r2543 - in trunk/openwrt: configure_router.sh dot_config_linksys

  • From: Samuel Richter <samuel.richter@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 19 Apr 2011 17:04:53 +0200

Author: richter
Date: Tue Apr 19 17:04:52 2011
New Revision: 2543

Log:
apply netdevices.patch to openwrt and enable the dummy interface in the
config
this is needed for hipl on openwrt backfire stable 10.03

Modified:
   trunk/openwrt/configure_router.sh
   trunk/openwrt/dot_config_linksys

Modified: trunk/openwrt/configure_router.sh
==============================================================================
--- trunk/openwrt/configure_router.sh   Mon Apr 18 19:01:31 2011        (r2542)
+++ trunk/openwrt/configure_router.sh   Tue Apr 19 17:04:52 2011        (r2543)
@@ -114,4 +114,8 @@
 cmp -s ${PISA_OPENWRT_PATH}/dot_config_$5 "${OPENWRT_PATH}/.config" ||
     cp ${PISA_OPENWRT_PATH}/dot_config_$5 "${OPENWRT_PATH}/.config"
 
+cd "$OPENWRT_PATH"
+
+patch --forward --batch --strip=0 
--input=${PISA_OPENWRT_PATH}/patches/netdevices.patch
+
 echo "Now go to the directory containing your openwrt checkout and call 'make' 
there."

Modified: trunk/openwrt/dot_config_linksys
==============================================================================
--- trunk/openwrt/dot_config_linksys    Mon Apr 18 19:01:31 2011        (r2542)
+++ trunk/openwrt/dot_config_linksys    Tue Apr 19 17:04:52 2011        (r2543)
@@ -1328,6 +1328,7 @@
 #
 # Network Devices
 #
+CONFIG_PACKAGE_kmod-dummy=y
 # CONFIG_PACKAGE_kmod-e1000 is not set
 # CONFIG_PACKAGE_kmod-gigaset is not set
 # CONFIG_PACKAGE_kmod-hfcmulti is not set
-- 
This is the pisa developer mailing list. Please also subscribe to the main pisa 
list at:
//www.freelists.org/list/pisa

Other related posts:

  • » [pisa-src] r2543 - in trunk/openwrt: configure_router.sh dot_config_linksys - Samuel Richter