[oe-commits] org.oe.dev task-mokogateway: Added iptables stuff for cdc-ether masquerading

rwhitby commit openembedded-commits at lists.openembedded.org
Sun Mar 11 13:53:26 UTC 2007


task-mokogateway: Added iptables stuff for cdc-ether masquerading

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: f9f78fead59ee0f7f134452c6f9b8d3e18a26761
ViewMTN: http://monotone.openembedded.org/revision.psp?id=f9f78fead59ee0f7f134452c6f9b8d3e18a26761
Files:
1
packages/tasks/task-mokogateway.bb
Diffs:

#
# mt diff -r058b0245e828a2e2f08ae28ac4ffb9ee4045d05d -rf9f78fead59ee0f7f134452c6f9b8d3e18a26761
#
# 
# 
# patch "packages/tasks/task-mokogateway.bb"
#  from [e283bbf8306cce5667e7c049cd1b058baab3915b]
#    to [214d9ab48cb96b67fae3de010f51f493a4a6729c]
# 
============================================================
--- packages/tasks/task-mokogateway.bb	e283bbf8306cce5667e7c049cd1b058baab3915b
+++ packages/tasks/task-mokogateway.bb	214d9ab48cb96b67fae3de010f51f493a4a6729c
@@ -1,9 +1,9 @@ PROVIDES = "task-mokogateway-everything"
 DESCRIPTION = "MokoGateway: Tasks for a companion server for the OpenMoko Linux Distribution"
 ALLOW_EMPTY = "1"
 PACKAGE_ARCH = "all"
 LICENSE = "MIT"
 PROVIDES = "task-mokogateway-everything"
-PR = "1"
+PR = "2"
 
 PACKAGES = "\
 	task-mokogateway-everything \
@@ -21,10 +21,14 @@ RDEPENDS_task-mokogateway-usbnet = "\
 
 DESCRIPTION_task-mokogateway-usbnet = "MokoGateway: USB Networking"
 RDEPENDS_task-mokogateway-usbnet = "\
+	iptables \
 "
 RRECOMMENDS_task-mokogateway-usbnet = "\
 	kernel-module-usbnet \
+	kernel-module-cdc-acm \
 	kernel-module-cdc-ether \
+	kernel-module-iptable-nat \
+	kernel-module-ipt-masquerade \
 "
 
 DESCRIPTION_task-mokogateway-bluetooth = "MokoGateway: Bluetooth"






More information about the Openembedded-commits mailing list