Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | base-files: provide a sysupgrade -r (--restore-backup) option as convenience ↵ | Jo-Philipp Wich | 2012-08-12 | 1 | -0/+12 |
| | | | | | | wrapper for tar -C / -x(v)zf SVN-Revision: 33147 | ||||
* | base-files: fix option parsing of -F/--force parameter | Jo-Philipp Wich | 2012-08-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 33075 | ||||
* | base-files: allow wireless ifaces to be part of multiple networks | Jo-Philipp Wich | 2012-06-26 | 1 | -4/+9 |
| | | | | SVN-Revision: 32503 | ||||
* | /etc/functions.sh => /lib/functions.sh | Jo-Philipp Wich | 2012-06-05 | 4 | -5/+5 |
| | | | | SVN-Revision: 32062 | ||||
* | base-files: implement a --force option for sysupgrade to override image ↵ | Jo-Philipp Wich | 2012-01-08 | 1 | -2/+11 |
| | | | | | | checks, useful to upgrade old ar71xx installations to current trunk ones SVN-Revision: 29688 | ||||
* | base-files: add -b (--create-backup) option to sysupgrade, which generates a ↵ | Jo-Philipp Wich | 2011-12-20 | 1 | -2/+26 |
| | | | | | | backup .tar.gz according to the user settings. This will also be reused by LuCI. SVN-Revision: 29587 | ||||
* | base-files: kill remaining processes after running user hooks (#10461) | Jo-Philipp Wich | 2011-11-19 | 1 | -2/+2 |
| | | | | SVN-Revision: 29256 | ||||
* | base-files: properly handle wifi ifaces with no network attached, useful for ↵ | Jo-Philipp Wich | 2011-11-08 | 1 | -3/+5 |
| | | | | | | unmanaged interfaces like used for batman or monitoring SVN-Revision: 28860 | ||||
* | netifd: ensure that a bridge gets created before hostapd needs it, hostapd ↵ | Felix Fietkau | 2011-11-04 | 1 | -0/+1 |
| | | | | | | must not attempt to create the bridge by itself SVN-Revision: 28745 | ||||
* | base-files: sysupgrade: kill all but essential processes before starting the ↵ | Jo-Philipp Wich | 2011-10-27 | 1 | -0/+5 |
| | | | | | | update SVN-Revision: 28626 | ||||
* | base-files: move network related scripts to a separate package to make the ↵ | Felix Fietkau | 2011-10-20 | 2 | -108/+0 |
| | | | | | | transition to netifd easier SVN-Revision: 28495 | ||||
* | base-files: attempt bring up related wifi devices when calling ifup If a ↵ | Jo-Philipp Wich | 2011-07-22 | 2 | -16/+48 |
| | | | | | | | | | | | | | | | user invoked /sbin/ifup to bring up an interface, the setup used to fail in case of wireless networks tied to a non-bridged interface definition. Likewise, the bringup of "lan" in the default configuration will reinitialize the bridge but do not re-join the wireless network to it, requiring an extra call to /sbin/wifi (which might not be possible anymore due to a severed link if connected wirelessly). The changeset modifies the "ifup" command to search for related wireless devices and call "wifi up" on them if applicable. This way the commands for wireless and non-wireless interfaces are unified from a cli point of view. The "ifup -a" case has not been changed to keep the logic of the /etc/init.d/network boot sequence. This might be changed later. Solves #9763. SVN-Revision: 27720 | ||||
* | base-files: add -h and --help options to sysupgrade (#9728) | Jo-Philipp Wich | 2011-07-17 | 1 | -1/+4 |
| | | | | SVN-Revision: 27630 | ||||
* | base-files: fix error reporting for unsupported protocols on virtual interfaces | Jo-Philipp Wich | 2011-06-07 | 1 | -2/+2 |
| | | | | SVN-Revision: 27132 | ||||
* | adds a --help option to /sbin/wifi | Florian Fainelli | 2010-12-05 | 1 | -0/+9 |
| | | | | | | Signed-off-by: Sebastian Philipp <sebastian@spawnhost.de> SVN-Revision: 24258 | ||||
* | base-files: - add sysupgrade support for keepfile hints * introduces ↵ | Jo-Philipp Wich | 2010-10-05 | 1 | -2/+3 |
| | | | | | | /lib/upgrade/keep.d/ for per-package keepfile lists * introduces /etc/sysupgrade.conf for user defined keepfile hints - prime /lib/upgrade/keep.d/base-files-essential to keep sysupgrade usable for images without opkg - change sysupgrade to build the keepfile list from /lib/upgrade/keep.d/, /etc/sysupgrade.conf and opkg list-changed-conffiles SVN-Revision: 23258 | ||||
* | base-files: sysupgrade: merge info from "opkg list-changed-conffiles" to ↵ | Jo-Philipp Wich | 2010-10-05 | 1 | -2/+3 |
| | | | | | | backup file list SVN-Revision: 23233 | ||||
* | base-files: add an experimental "-c" flag which tries to preserve *all* ↵ | Jo-Philipp Wich | 2010-09-07 | 1 | -2/+19 |
| | | | | | | changed files in /overlay/etc minus some system files SVN-Revision: 22977 | ||||
* | wifi: fix duplicate ht capabilities in the hostapd config file by clearing ↵ | Felix Fietkau | 2010-07-08 | 1 | -4/+13 |
| | | | | | | the list at config load time SVN-Revision: 22099 | ||||
* | base-files: - use add_dns() and remove_dns() for when changing ↵ | Jo-Philipp Wich | 2010-05-30 | 1 | -0/+3 |
| | | | | | | resolv.conf.auto for static or dhcp interfaces - force 0644 permissions when creating resolv.conf.auto, fixes dnsmasq permissions denied problem with pppd interfaces - revert dns servers in /sbin/ifdown - bump package revision SVN-Revision: 21638 | ||||
* | base-files, ppp: remove protocol specific cleanup code from /sbin/ifdown and ↵ | Jo-Philipp Wich | 2010-05-05 | 1 | -22/+0 |
| | | | | | | move it to protocol stop callbacks SVN-Revision: 21383 | ||||
* | fix jffs2 and mini_fo mount in failsafe (patch from #7134) | Felix Fietkau | 2010-04-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 20838 | ||||
* | base-files: Use hotplug2 to download firmware | Vasilis Tsiligiannis | 2010-04-03 | 1 | -12/+1 |
| | | | | SVN-Revision: 20683 | ||||
* | base-files: Cancel firmware loading if file doesn't exist | Vasilis Tsiligiannis | 2010-04-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 20649 | ||||
* | change from /jffs to /overlay, patch from Daniel Dickinson | Florian Fainelli | 2010-03-21 | 1 | -2/+2 |
| | | | | SVN-Revision: 20356 | ||||
* | firstboot: detect mtd, rom & jffs parts first, fix jffs mounted test | Nicolas Thill | 2010-03-05 | 1 | -5/+5 |
| | | | | SVN-Revision: 19980 | ||||
* | revert r19964 for now, there are issues with opkg/ipkg.py generating the ↵ | Travis Kemen | 2010-03-04 | 1 | -3/+2 |
| | | | | | | status db SVN-Revision: 19970 | ||||
* | grab all config files for installed packages, closes #3718 | Travis Kemen | 2010-03-03 | 1 | -2/+3 |
| | | | | SVN-Revision: 19964 | ||||
* | /sbin/wifi: improve reliability of restarts by resetting the state properly | Felix Fietkau | 2010-02-02 | 1 | -2/+7 |
| | | | | SVN-Revision: 19495 | ||||
* | add preinit modularization work by Daniel Dickinson (cshore) | Felix Fietkau | 2010-01-25 | 2 | -173/+46 |
| | | | | SVN-Revision: 19331 | ||||
* | fix a typo in the hwmode handling in /sbin/wifi (thx, maddes) | Felix Fietkau | 2010-01-24 | 1 | -1/+1 |
| | | | | SVN-Revision: 19313 | ||||
* | base-files, mac80211 (#6491) - fix wep key handling in iw with mac80211 ↵ | Jo-Philipp Wich | 2010-01-13 | 1 | -0/+13 |
| | | | | | | based drivers - sanitize keys where necessary - put a procedure prepare_key_wep() into /sbin/wifi for use by other driver backends SVN-Revision: 19118 | ||||
* | fix firmware loading broken by the busybox upgrade | Felix Fietkau | 2009-12-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 18705 | ||||
* | base-files: sysupgrade: restrict find command to plain files to avoid ↵ | Jo-Philipp Wich | 2009-11-20 | 1 | -1/+2 |
| | | | | | | duplicates when generating the conffiles tgz archive SVN-Revision: 18455 | ||||
* | check for sysfs before bypassing normal hotplug calls for firmware events ↵ | Felix Fietkau | 2009-10-03 | 1 | -1/+1 |
| | | | | | | (fixes #5200) SVN-Revision: 17839 | ||||
* | firstboot: add support for union mounts | Felix Fietkau | 2009-09-27 | 1 | -23/+60 |
| | | | | SVN-Revision: 17778 | ||||
* | base-files: move firstboot to /sbin | Felix Fietkau | 2009-09-27 | 2 | -1/+126 |
| | | | | SVN-Revision: 17775 | ||||
* | base-files: dispatch ifdown events for proto=none interfaces and fix a race ↵ | Jo-Philipp Wich | 2009-09-14 | 1 | -2/+2 |
| | | | | | | condition between revert state and hotplug handlers SVN-Revision: 17582 | ||||
* | base-files: add /etc/rc.local to the default save file list | Jo-Philipp Wich | 2009-09-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 17572 | ||||
* | base-files: Fix sysupgrade .tar.gz configuration restoring | Vasilis Tsiligiannis | 2009-06-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 16626 | ||||
* | base-files: Detect and decompressed gzipped images automatically when ↵ | Vasilis Tsiligiannis | 2009-06-10 | 1 | -4/+1 |
| | | | | | | flashing with sysupgrade SVN-Revision: 16407 | ||||
* | base-files: initialize GZIPED to 0 in sysupgrade since it's used later in ↵ | Nicolas Thill | 2009-05-17 | 1 | -2/+2 |
| | | | | | | numeric comparisons SVN-Revision: 15890 | ||||
* | Don't try to pivot to new ramfs if already running on one This patch allows ↵ | Jo-Philipp Wich | 2009-05-07 | 1 | -2/+6 |
| | | | | | | | | the sysupgrade script to continue with the upgrade if openwrt is already running on a ramfs. This allows the use of the sysupgrade script as an _installer_ when running from an iso image. A user could boot the system from a bootable cd and invoke sysupgrade -n <URL> to write an image to the hard disk or CF. Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15683 | ||||
* | Add option in sysupgrade to flash gzipped images | Jo-Philipp Wich | 2009-05-07 | 1 | -1/+3 |
| | | | | SVN-Revision: 15672 | ||||
* | In wifi_fixup_hwmode the value 11bg for hwmode was not transfered to bg. | Hauke Mehrtens | 2009-04-09 | 1 | -0/+1 |
| | | | | SVN-Revision: 15180 | ||||
* | wifi: fix hostapd + autochannel | Felix Fietkau | 2009-03-27 | 1 | -0/+34 |
| | | | | SVN-Revision: 15055 | ||||
* | - fix mac assignment for broadcom vifs in bridging mode - thanks abramoff1 ↵ | Jo-Philipp Wich | 2009-03-25 | 1 | -1/+2 |
| | | | | | | for spotting this - fix possible regression with different interface protocols - bump PKG_RELEASE SVN-Revision: 15042 | ||||
* | sync macs with vif bssids in broadcom.sh, fixes multi-ssid with wpa | Jo-Philipp Wich | 2009-03-24 | 1 | -1/+1 |
| | | | | SVN-Revision: 15028 | ||||
* | Use block events for the mounting/unmounting of external storage devices. ↵ | Jose Vasconcellos | 2009-01-30 | 1 | -25/+0 |
| | | | | | | This handles both USB and IEEE1394 devices. It removes /sbin/usb-storage in favor of using the block hotplug event. There are dummy scripts to handle the plug in/out of USB and IEEE1394 devices for updating LEDs. Storage devices are mount as a sub-directory under /mnt. SVN-Revision: 14289 | ||||
* | fix ifup (no longer use the to-be-reverted state of the previous config) | Felix Fietkau | 2008-11-28 | 1 | -3/+15 |
| | | | | SVN-Revision: 13398 |