Changeset f623f76 in freewrt
- Timestamp:
- Sep 22, 2006, 11:08:35 PM (19 years ago)
- Children:
- b9df045
- Parents:
- 71e2dd2
- Location:
- package
- Files:
-
- 6 added
- 6 edited
-
Config.in (modified) (1 diff)
-
Makefile (modified) (1 diff)
-
atftp/Makefile (modified) (2 diffs)
-
broadcom-watchbutton/Config.in (added)
-
broadcom-watchbutton/Makefile (added)
-
broadcom-watchbutton/files/button.sh (added)
-
broadcom-watchbutton/ipkg/broadcom-watchbutton.control (added)
-
broadcom-watchbutton/watchbutton.c (added)
-
broadcom-watchbutton/watchbutton.init (added)
-
iptables/Makefile (modified) (2 diffs)
-
openvpn/Config.in (modified) (2 diffs)
-
webif/files/www/cgi-bin/webif/wan.sh (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/Config.in
r71e2dd2 rf623f76 17 17 source "package/jffs2root/Config.in" 18 18 source "package/mtd/Config.in" 19 source "package/broadcom-watchbutton/Config.in" 19 20 source "package/webif/Config.in" 20 21 endmenu -
package/Makefile
r71e2dd2 rf623f76 23 23 package-$(FWRT_PACKAGE_BRIDGE_UTILS) += bridge-utils 24 24 package-$(FWRT_PACKAGE_BROADCOM_NAS) += broadcom-nas 25 package-$(FWRT_PACKAGE_BROADCOM_WATCHBUTTON) += broadcom-watchbutton 25 26 package-$(FWRT_PACKAGE_BUSYBOX) += busybox 26 27 package-$(FWRT_PACKAGE_BWM) += bwm -
package/atftp/Makefile
r71e2dd2 rf623f76 59 59 $(IPKG_ATFTP): 60 60 $(INSTALL_DIR) $(IDIR_ATFTP)/usr/bin 61 $(INSTALL_BIN) $(WRKBUILD)/atftp $(IDIR_ATFTP)/usr/bin61 $(INSTALL_BIN) $(WRKBUILD)/atftp $(IDIR_ATFTP)/usr/bin 62 62 $(RSTRIP) $(IDIR_ATFTP) 63 63 $(IPKG_BUILD) $(IDIR_ATFTP) $(PACKAGE_DIR) … … 65 65 $(IPKG_ATFTPD): 66 66 $(INSTALL_DIR) $(IDIR_ATFTPD)/usr/sbin 67 $(INSTALL_BIN) $(WRKBUILD)/atftpd $(IDIR_ATFTPD)/usr/sbin67 $(INSTALL_BIN) $(WRKBUILD)/atftpd $(IDIR_ATFTPD)/usr/sbin 68 68 $(RSTRIP) $(IDIR_ATFTPD) 69 69 $(IPKG_BUILD) $(IDIR_ATFTPD) $(PACKAGE_DIR) -
package/iptables/Makefile
r71e2dd2 rf623f76 35 35 include $(TOPDIR)/mk/package.mk 36 36 include $(LINUX_DIR)/.config 37 include $(TOPDIR)/ target/linux/netfilter.mk37 include $(TOPDIR)/mk/netfilter.mk 38 38 39 39 $(eval $(call PKG_template,IPTABLES,iptables,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) … … 72 72 all install install-devel 73 73 touch $@ 74 74 75 75 $(IPKG_IPTABLES): 76 76 $(INSTALL_DIR) $(IDIR_IPTABLES)/etc/init.d -
package/openvpn/Config.in
r71e2dd2 rf623f76 57 57 default n 58 58 select FWRT_PACKAGE_OPENSSL_UTIL 59 depends onFWRT_PACKAGE_OPENVPN59 depends FWRT_PACKAGE_OPENVPN 60 60 help 61 61 collection of shell scripts to manage a simple CA infrastructure … … 67 67 tristate 68 68 default n 69 depends onFWRT_PACKAGE_OPENVPN69 depends FWRT_PACKAGE_OPENVPN 70 70 select FWRT_PACKAGE_WEBIF 71 71 -
package/webif/files/www/cgi-bin/webif/wan.sh
r71e2dd2 rf623f76 44 44 # umts apn 45 45 FORM_wwan_service=${wwan_service:-$(nvram get wwan_service)} 46 FORM_wwan_auto=${wwan_auto:-$(nvram get wwan_auto)} 46 47 FORM_wwan_pincode="-@@-" 47 48 FORM_wwan_country=${wwan_country:-$(nvram get wwan_country)} … … 125 126 wwan) 126 127 save_setting network wwan_service $FORM_wwan_service 128 save_setting network wwan_auto $FORM_wwan_auto 127 129 if ! equal "$FORM_wwan_pincode" "-@@-"; then 128 130 save_setting wwan wwan_pincode $FORM_wwan_pincode … … 253 255 option|umts_only|@TR<<UMTS only>> 254 256 option|gprs_only|@TR<<GPRS only>> 257 field|@TR<<Start on bootup>> 258 checkbox|wwan_auto|$FORM_wwan_auto|on 259 helpitem|Start on bootup 260 helptext|if disabled you can start the connection manually by pressing the "3G/UMTS" button 255 261 end_form 256 262
Note:
See TracChangeset
for help on using the changeset viewer.
