From fa63b4be5445e6130de537b30cb5a7ac30b560a1 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 24 Jul 2006 19:46:33 +0000 Subject: [PATCH] Complete the move of gcom to comgt, fix download issues SVN-Revision: 4273 --- openwrt/package/Makefile | 2 +- openwrt/package/comgt/Config.in | 6 +++--- openwrt/package/comgt/ipkg/{gcom.control => comgt.control} | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename openwrt/package/comgt/ipkg/{gcom.control => comgt.control} (89%) 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/gcom.control b/openwrt/package/comgt/ipkg/comgt.control similarity index 89% rename from openwrt/package/comgt/ipkg/gcom.control rename to openwrt/package/comgt/ipkg/comgt.control index a51d7ebcc4..fe2c1cd61f 100644 --- a/openwrt/package/comgt/ipkg/gcom.control +++ b/openwrt/package/comgt/ipkg/comgt.control @@ -1,4 +1,4 @@ -Package: gcom +Package: comgt Priority: optional Section: console Description: Option GlobeTrotter GPRS/EDGE/3G/HSDPA and Vodafone 3G/GPRS datacard control tool -- 2.30.2