Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uClibc cleanup: - use full version string (0.9.30.1), instead of base ↵ | Nicolas Thill | 2009-04-24 | 1 | -9/+5 |
| | | | | | | (0.9.30) + extra (.1) - remove support for 0.9.28 and snapshots (building from SVN to be added later) SVN-Revision: 15368 | ||||
* | add an explicit 'sysinit' tag for logging initscripts output, instead of '' ↵ | Nicolas Thill | 2009-04-21 | 1 | -1/+1 |
| | | | | | | that was logged as is SVN-Revision: 15323 | ||||
* | fix broken logic in r15272, r15273 | Jo-Philipp Wich | 2009-04-19 | 1 | -5/+4 |
| | | | | SVN-Revision: 15274 | ||||
* | base-files: (#4928) handle "option gateway 0.0.0.0" and "option gateway ↵ | Jo-Philipp Wich | 2009-04-19 | 1 | -0/+7 |
| | | | | | | interface" in route sections as "no gateway given" to allow defining gateway-less routes while still keeping the possibility to have static routes with a proper gateway on interfaces with# dynamic ips SVN-Revision: 15272 | ||||
* | get rid of $Id$ - it has never helped us and it has broken too many patches ;) | Felix Fietkau | 2009-04-17 | 2 | -2/+0 |
| | | | | SVN-Revision: 15242 | ||||
* | move ldconfig & ldd to utils section | Nicolas Thill | 2009-04-14 | 1 | -1/+5 |
| | | | | SVN-Revision: 15228 | ||||
* | do not run hotplug event for aliases | Felix Fietkau | 2009-04-13 | 1 | -0/+3 |
| | | | | SVN-Revision: 15224 | ||||
* | base-files: remove redundant netmask handling in 10-routes | Jo-Philipp Wich | 2009-04-12 | 2 | -2/+1 |
| | | | | SVN-Revision: 15219 | ||||
* | 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 | ||||
* | tweak some sysctl values for better performance | Felix Fietkau | 2009-04-07 | 1 | -0/+3 |
| | | | | SVN-Revision: 15129 | ||||
* | rename our /bin/login script to /bin/login.sh to avoid collisions with ↵ | Felix Fietkau | 2009-04-04 | 2 | -1/+1 |
| | | | | | | busybox - we always use -l on telnetd anyway SVN-Revision: 15097 | ||||
* | fix failsafe mode | Felix Fietkau | 2009-04-04 | 1 | -0/+1 |
| | | | | SVN-Revision: 15096 | ||||
* | udhcpc: run dhcp hotplug events after dns has been set | Felix Fietkau | 2009-04-04 | 1 | -7/+7 |
| | | | | SVN-Revision: 15095 | ||||
* | 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 | 3 | -4/+12 |
| | | | | | | 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 | 2 | -1/+2 |
| | | | | SVN-Revision: 15028 | ||||
* | add uclibc 0.9.30.1 | Felix Fietkau | 2009-03-23 | 1 | -0/+4 |
| | | | | SVN-Revision: 15000 | ||||
* | Allow running without "logger" installed | Michael Büsch | 2009-03-18 | 1 | -1/+4 |
| | | | | SVN-Revision: 14938 | ||||
* | Support configurations without syslogd/klogd. | Michael Büsch | 2009-03-18 | 1 | -2/+2 |
| | | | | SVN-Revision: 14937 | ||||
* | move input device nodes to /dev/input | Felix Fietkau | 2009-03-09 | 1 | -0/+5 |
| | | | | SVN-Revision: 14809 | ||||
* | sysupgrade: install /bin/sleep into ramdisk too and add completition notice ↵ | Jo-Philipp Wich | 2009-03-08 | 2 | -3/+4 |
| | | | | | | (#4747) SVN-Revision: 14784 | ||||
* | On shutdown disabled every mounted swap device. Fixes #4721 Thanks to Angel ↵ | Hauke Mehrtens | 2009-03-07 | 1 | -0/+1 |
| | | | | | | Marin SVN-Revision: 14770 | ||||
* | base-files: allow option dns to override dhcp assigned dns servers | Jo-Philipp Wich | 2009-02-19 | 2 | -10/+25 |
| | | | | SVN-Revision: 14562 | ||||
* | allow specifying port where to log (#2019) | Florian Fainelli | 2009-02-03 | 1 | -1/+2 |
| | | | | SVN-Revision: 14396 | ||||
* | Use block events for the mounting/unmounting of external storage devices. ↵ | Jose Vasconcellos | 2009-01-30 | 5 | -38/+45 |
| | | | | | | 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 | ||||
* | increase default size of the connection tracking table, thanks Marc | Florian Fainelli | 2009-01-30 | 1 | -0/+1 |
| | | | | SVN-Revision: 14283 | ||||
* | fix handling of eglibc config options for packaging | Felix Fietkau | 2009-01-26 | 1 | -1/+5 |
| | | | | SVN-Revision: 14210 | ||||
* | add support for an optional staging directory for debug binaries | Felix Fietkau | 2009-01-13 | 1 | -0/+1 |
| | | | | SVN-Revision: 14018 | ||||
* | add support for alternative C libraries (currently only glibc/eglibc) other ↵ | Nicolas Thill | 2009-01-08 | 1 | -25/+55 |
| | | | | | | (related) changes: - kernel headers are now installed using "make headers_install" on 2.6 - target names now contain an openwrt "vendor" tag (e.g. mips-openwrt-linux-gnu) - build directory names now contain gcc/libc name/version - default cpu for x86 is now i486 (required to build glibc/eglibc) SVN-Revision: 13931 | ||||
* | fix $HOME in /etc/profile (#4424) | Felix Fietkau | 2009-01-07 | 1 | -1/+2 |
| | | | | SVN-Revision: 13914 | ||||
* | package/base-files: fix chmod of /tmp/.uci, bump package revision | Jo-Philipp Wich | 2009-01-06 | 2 | -2/+2 |
| | | | | SVN-Revision: 13903 | ||||
* | allow ipv4 routes without gateway in configuration | Jo-Philipp Wich | 2008-12-22 | 1 | -2/+4 |
| | | | | SVN-Revision: 13714 | ||||
* | package/base-files: allow ipv6 routes without gateway specified | Jo-Philipp Wich | 2008-11-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 13419 | ||||
* | fix up the network ifname in the network state when receiving iface/ifup events | Felix Fietkau | 2008-11-28 | 1 | -0/+1 |
| | | | | SVN-Revision: 13399 | ||||
* | 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 | ||||
* | clean NATIVE_TOOLCHAIN dependencies | Nicolas Thill | 2008-11-22 | 1 | -3/+3 |
| | | | | SVN-Revision: 13314 | ||||
* | Prevent "SIOCSIFHWADDR: Device or resource busy" when trying to change mac ↵ | Jo-Philipp Wich | 2008-11-17 | 1 | -0/+1 |
| | | | | | | address SVN-Revision: 13258 | ||||
* | make network config script work with brctl from both bridge-utils & busybox | Nicolas Thill | 2008-11-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 13165 | ||||
* | remove /tmp/resolv.conf.auto when ifup -a is called so that any old dns ↵ | Travis Kemen | 2008-10-29 | 1 | -0/+1 |
| | | | | | | servers no longer in the config get cleared SVN-Revision: 13082 | ||||
* | don't bring down interfaces when preparing them | Felix Fietkau | 2008-10-29 | 1 | -2/+2 |
| | | | | SVN-Revision: 13079 | ||||
* | use pidfiles for hostapd/wpa_supplicant instead of killing all processes ↵ | Felix Fietkau | 2008-10-29 | 1 | -0/+2 |
| | | | | | | when bringing an interface down - fixes an issue with random hostapd death SVN-Revision: 13078 | ||||
* | make sure that the dhcp client (or other processes necessary to get a ↵ | Felix Fietkau | 2008-10-23 | 1 | -0/+1 |
| | | | | | | connection) gets restarted when the wifi is restarted SVN-Revision: 13026 | ||||
* | Allow dropbear to use shadow passwords, and correct base-files generation of ↵ | Peter Denison | 2008-09-30 | 1 | -1/+6 |
| | | | | | | /etc/shadow SVN-Revision: 12809 | ||||
* | add option in sysupgrade to restore config from file or URL (patch from #4043) | Felix Fietkau | 2008-09-28 | 1 | -1/+15 |
| | | | | SVN-Revision: 12772 | ||||
* | fix typo from last sysupgrade commit | Felix Fietkau | 2008-09-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 12715 | ||||
* | add switch to not save configuration over the reflash in noninteractive mode | Travis Kemen | 2008-09-26 | 1 | -0/+2 |
| | | | | SVN-Revision: 12714 | ||||
* | install missing busybox symlinks for sysupgrade (patch by Frédéric Moulins) | Felix Fietkau | 2008-09-25 | 1 | -1/+1 |
| | | | | SVN-Revision: 12695 | ||||
* | don't emit ifup hotplug events on dhcp renew - use a new iface hotplug type ↵ | Felix Fietkau | 2008-09-23 | 1 | -1/+5 |
| | | | | | | 'update' instead; fixes #3906 SVN-Revision: 12671 | ||||
* | make links to statup scripts in /etc/rc.d relative | Nicolas Thill | 2008-09-23 | 1 | -2/+2 |
| | | | | SVN-Revision: 12659 | ||||
* | fix sysupgrade support for brcm-2.4 and brcm47xx make mtd refresh based ↵ | Felix Fietkau | 2008-09-23 | 1 | -2/+15 |
| | | | | | | config append optional (leave enabled on x86) SVN-Revision: 12657 |