From: Florian Fainelli Date: Mon, 24 Jul 2006 19:46:33 +0000 (+0000) Subject: Complete the move of gcom to comgt, fix download issues X-Git-Tag: whiterussian_rc6~194 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=fa63b4be5445e6130de537b30cb5a7ac30b560a1;p=openwrt%2Fsvn-archive%2Fopenwrt.git Complete the move of gcom to comgt, fix download issues SVN-Revision: 4273 --- diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 33e22717dd..faad2031f8 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -26,7 +26,7 @@ package-$(BR2_PACKAGE_FPROBE) += fprobe package-$(BR2_PACKAGE_FREERADIUS) += freeradius package-$(BR2_PACKAGE_FRICKIN) += frickin package-$(BR2_PACKAGE_FUSE) += fuse -package-$(BR2_PACKAGE_GCOM) += gcom +package-$(BR2_PACKAGE_COMGT) += comgt package-$(BR2_PACKAGE_GLIB) += glib package-$(BR2_PACKAGE_GMP) += gmp package-$(BR2_PACKAGE_HASERL) += haserl diff --git a/openwrt/package/comgt/Config.in b/openwrt/package/comgt/Config.in index 971f9ecd84..9898a64198 100644 --- a/openwrt/package/comgt/Config.in +++ b/openwrt/package/comgt/Config.in @@ -1,10 +1,10 @@ -config BR2_PACKAGE_GCOM - tristate "gcom - Option/Vodafone 3G/GPRS control tool" +config BR2_PACKAGE_COMGT + tristate "comgt - Option/Vodafone 3G/GPRS control tool" default m help Option GlobeTrotter GPRS/EDGE/3G/HSDPA and Vodafone 3G/GPRS datacard control tool - gcom is a scripting language interpreter useful for establishing communications + comgt is a scripting language interpreter useful for establishing communications on serial lines and through PCMCIA modems as well as GPRS and 3G datacards. http://www.pharscape.org/content/view/46/70/ diff --git a/openwrt/package/comgt/ipkg/comgt.control b/openwrt/package/comgt/ipkg/comgt.control new file mode 100644 index 0000000000..fe2c1cd61f --- /dev/null +++ b/openwrt/package/comgt/ipkg/comgt.control @@ -0,0 +1,4 @@ +Package: comgt +Priority: optional +Section: console +Description: Option GlobeTrotter GPRS/EDGE/3G/HSDPA and Vodafone 3G/GPRS datacard control tool diff --git a/openwrt/package/comgt/ipkg/gcom.control b/openwrt/package/comgt/ipkg/gcom.control deleted file mode 100644 index a51d7ebcc4..0000000000 --- a/openwrt/package/comgt/ipkg/gcom.control +++ /dev/null @@ -1,4 +0,0 @@ -Package: gcom -Priority: optional -Section: console -Description: Option GlobeTrotter GPRS/EDGE/3G/HSDPA and Vodafone 3G/GPRS datacard control tool