[Zrouter-src] ZRouter.org: push to ZRouter boards/D-Link/DSR-1000/board.mk boa...
zrouter-src at zrouter.org
zrouter-src at zrouter.org
Mon Feb 6 12:53:56 UTC 2012
details: http://zrouter.org/hg/zrouter//rev/8c79c8f0133a
changeset: 351:8c79c8f0133a
user: ray at terran.dlink.ua
date: Mon Feb 06 14:48:59 2012 +0200
description:
Cleanup + move ipfw from binary set to profiles set.
Submitted by: Maciej Milewski
diffstat:
boards/D-Link/DSR-1000/board.mk | 12 ++++++------
boards/D-Link/DSR-1000N/board.mk | 12 ++++++------
boards/D-Link/DSR-500/board.mk | 12 ++++++------
boards/D-Link/DSR-500N/board.mk | 10 +++++-----
4 files changed, 23 insertions(+), 23 deletions(-)
diffs (188 lines):
diff -r f83ebf9a770f -r 8c79c8f0133a boards/D-Link/DSR-1000/board.mk
--- a/boards/D-Link/DSR-1000/board.mk Mon Feb 06 14:47:20 2012 +0200
+++ b/boards/D-Link/DSR-1000/board.mk Mon Feb 06 14:48:59 2012 +0200
@@ -1,7 +1,7 @@
###################################################
#
-# Board used hardware/chip`s
+# Board used hardware/chip's
#
###################################################
@@ -12,7 +12,7 @@
###################################################
#
-# Vars for kernel config
+# Vars for kernel config
#
###################################################
KERNCONF_OPTIONS+= OCTEON_VENDOR_D_LINK
@@ -22,14 +22,14 @@
KERNCONF_DEVICES+= switch
KERNCONF_DEVICES+= switch_bcm5325
-# ident
+# ident
KERNCONF_IDENT=${TARGET_VENDOR}_${TARGET_DEVICE}
# Include usb and SoC usb controller drivers
WITH_USB=yes
WITH_IPSEC=yes
# Builded modules
-KERNCONF_MODULES_OVERRIDE+=ipfw dummynet zlib
+KERNCONF_MODULES_OVERRIDE+=zlib
KERNCONF_MODULES_OVERRIDE+=usb/uplcom usb/u3g usb/umodem usb/ucom
KERNCONF_MODULES_OVERRIDE+=usb/umass cam
# TODO: enable it if someone require
@@ -48,8 +48,8 @@
#
###################################################
-TARGET_PROFILES+=SMALL_ mpd ssh dlink.ua.web dhcp mroute ntpdate dnsmasq \
- racoon openvpn ppp hostap ath nfs_client net_help
+TARGET_PROFILES+=SMALL_ ipfw mpd ssh dlink.ua.web dhcp mroute ntpdate \
+ dnsmasq racoon openvpn ppp hostap ath nfs_client net_help
MKULZMA_BLOCKSIZE=65536
diff -r f83ebf9a770f -r 8c79c8f0133a boards/D-Link/DSR-1000N/board.mk
--- a/boards/D-Link/DSR-1000N/board.mk Mon Feb 06 14:47:20 2012 +0200
+++ b/boards/D-Link/DSR-1000N/board.mk Mon Feb 06 14:48:59 2012 +0200
@@ -1,7 +1,7 @@
###################################################
#
-# Board used hardware/chip`s
+# Board used hardware/chip's
#
###################################################
@@ -12,7 +12,7 @@
###################################################
#
-# Vars for kernel config
+# Vars for kernel config
#
###################################################
KERNCONF_OPTIONS+= OCTEON_VENDOR_D_LINK
@@ -22,14 +22,14 @@
KERNCONF_DEVICES+= switch
KERNCONF_DEVICES+= switch_bcm5325
-# ident
+# ident
KERNCONF_IDENT=${TARGET_VENDOR}_${TARGET_DEVICE}
# Include usb and SoC usb controller drivers
WITH_USB=yes
WITH_IPSEC=yes
# Builded modules
-KERNCONF_MODULES_OVERRIDE+=ipfw dummynet zlib
+KERNCONF_MODULES_OVERRIDE+=zlib
KERNCONF_MODULES_OVERRIDE+=usb/uplcom usb/u3g usb/umodem usb/ucom
KERNCONF_MODULES_OVERRIDE+=usb/umass cam
# TODO: enable it if someone require
@@ -72,8 +72,8 @@
#
###################################################
-TARGET_PROFILES+=SMALL_ mpd ssh dlink.ua.web dhcp mroute ntpdate dnsmasq \
- racoon openvpn ppp hostap ath nfs_client net_help
+TARGET_PROFILES+=SMALL_ ipfw mpd ssh dlink.ua.web dhcp mroute ntpdate \
+ dnsmasq racoon openvpn ppp hostap ath nfs_client net_help
MKULZMA_BLOCKSIZE=65536
diff -r f83ebf9a770f -r 8c79c8f0133a boards/D-Link/DSR-500/board.mk
--- a/boards/D-Link/DSR-500/board.mk Mon Feb 06 14:47:20 2012 +0200
+++ b/boards/D-Link/DSR-500/board.mk Mon Feb 06 14:48:59 2012 +0200
@@ -1,7 +1,7 @@
###################################################
#
-# Board used hardware/chip`s
+# Board used hardware/chip's
#
###################################################
@@ -12,7 +12,7 @@
###################################################
#
-# Vars for kernel config
+# Vars for kernel config
#
###################################################
KERNCONF_OPTIONS+= OCTEON_VENDOR_D_LINK
@@ -22,14 +22,14 @@
KERNCONF_DEVICES+= switch
KERNCONF_DEVICES+= switch_bcm5325
-# ident
+# ident
KERNCONF_IDENT=${TARGET_VENDOR}_${TARGET_DEVICE}
# Include usb and SoC usb controller drivers
WITH_USB=yes
WITH_IPSEC=yes
# Builded modules
-KERNCONF_MODULES_OVERRIDE+=ipfw dummynet zlib
+KERNCONF_MODULES_OVERRIDE+=zlib
KERNCONF_MODULES_OVERRIDE+=usb/uplcom usb/u3g usb/umodem usb/ucom
KERNCONF_MODULES_OVERRIDE+=usb/umass cam
# TODO: enable it if someone require
@@ -48,8 +48,8 @@
#
###################################################
-TARGET_PROFILES+=SMALL_ mpd ssh dlink.ua.web dhcp mroute ntpdate dnsmasq \
- racoon openvpn ppp hostap ath nfs_client net_help
+TARGET_PROFILES+=SMALL_ ipfw mpd ssh dlink.ua.web dhcp mroute ntpdate \
+ dnsmasq racoon openvpn ppp hostap ath nfs_client net_help
MKULZMA_BLOCKSIZE=65536
diff -r f83ebf9a770f -r 8c79c8f0133a boards/D-Link/DSR-500N/board.mk
--- a/boards/D-Link/DSR-500N/board.mk Mon Feb 06 14:47:20 2012 +0200
+++ b/boards/D-Link/DSR-500N/board.mk Mon Feb 06 14:48:59 2012 +0200
@@ -1,7 +1,7 @@
###################################################
#
-# Board used hardware/chip`s
+# Board used hardware/chip's
#
###################################################
@@ -12,7 +12,7 @@
###################################################
#
-# Vars for kernel config
+# Vars for kernel config
#
###################################################
KERNCONF_OPTIONS+= OCTEON_VENDOR_D_LINK
@@ -29,7 +29,7 @@
WITH_USB=yes
WITH_IPSEC=yes
# Builded modules
-KERNCONF_MODULES_OVERRIDE+=ipfw dummynet zlib
+KERNCONF_MODULES_OVERRIDE+=zlib
KERNCONF_MODULES_OVERRIDE+=usb/uplcom usb/u3g usb/umodem usb/ucom
KERNCONF_MODULES_OVERRIDE+=usb/umass cam
# TODO: enable it if someone require
@@ -72,8 +72,8 @@
#
###################################################
-TARGET_PROFILES+=SMALL_ mpd ssh dlink.ua.web dhcp mroute ntpdate dnsmasq \
- racoon openvpn ppp hostap ath nfs_client net_help
+TARGET_PROFILES+=SMALL_ ipfw mpd ssh dlink.ua.web dhcp mroute ntpdate \
+ dnsmasq racoon openvpn ppp hostap ath nfs_client net_help
MKULZMA_BLOCKSIZE=65536
More information about the Zrouter-src
mailing list