Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace gen_busybox_config.pl with a simple sed command | Felix Fietkau | 2007-04-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 6864 | ||||
* | Tidy up Makefiles | Mike Baker | 2007-04-03 | 1 | -17/+6 |
| | | | | SVN-Revision: 6857 | ||||
* | Add ldd and ldconfig support, template packages derived from gcc and uclibc | Florian Fainelli | 2007-04-03 | 2 | -17/+39 |
| | | | | SVN-Revision: 6856 | ||||
* | network config: ignore nonexistant interfaces | Felix Fietkau | 2007-04-02 | 1 | -0/+1 |
| | | | | SVN-Revision: 6819 | ||||
* | patch for busybox httpd that adds an option for redirecting all requests to ↵ | Felix Fietkau | 2007-04-02 | 1 | -0/+91 |
| | | | | | | a specific page (e.g. for making a splash screen) SVN-Revision: 6818 | ||||
* | move /dev/tun to /dev/net/tun | Felix Fietkau | 2007-04-01 | 1 | -0/+5 |
| | | | | SVN-Revision: 6814 | ||||
* | Add usbnet and asix ethernet based adapters support (#1481) | Florian Fainelli | 2007-04-01 | 1 | -3/+23 |
| | | | | SVN-Revision: 6812 | ||||
* | Fix i2c kernel configuration dependency (#1511) | Florian Fainelli | 2007-04-01 | 1 | -2/+1 |
| | | | | SVN-Revision: 6811 | ||||
* | fix fuse compile on osx | Felix Fietkau | 2007-04-01 | 2 | -0/+16 |
| | | | | SVN-Revision: 6807 | ||||
* | Limit the number of hotplug childrens | Florian Fainelli | 2007-04-01 | 2 | -3/+3 |
| | | | | SVN-Revision: 6804 | ||||
* | Fix i2c module dependencies (#1525) | Florian Fainelli | 2007-04-01 | 1 | -1/+2 |
| | | | | SVN-Revision: 6794 | ||||
* | fix iptables extension issue with mac os x builds | Felix Fietkau | 2007-04-01 | 1 | -0/+1 |
| | | | | SVN-Revision: 6786 | ||||
* | revert bluetooth kconfig change - it doesn't work that way | Felix Fietkau | 2007-03-31 | 1 | -4/+2 |
| | | | | SVN-Revision: 6772 | ||||
* | /sbin/hotplug-call: export the hotplug event type through the environment ↵ | Felix Fietkau | 2007-03-31 | 2 | -2/+4 |
| | | | | | | for hotplug scripts SVN-Revision: 6768 | ||||
* | allow dhcp sections for dnsmasq to add command line options | Felix Fietkau | 2007-03-31 | 1 | -1/+2 |
| | | | | SVN-Revision: 6767 | ||||
* | check initseq->first in awx after running include() | Felix Fietkau | 2007-03-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 6751 | ||||
* | fix an uninitialized variable in awx (does not fix random segfault yet, ↵ | Felix Fietkau | 2007-03-28 | 1 | -1/+2 |
| | | | | | | still looking into it) SVN-Revision: 6750 | ||||
* | Bluetooth depends on USB for 2.6 kernels also | Florian Fainelli | 2007-03-28 | 1 | -1/+2 |
| | | | | SVN-Revision: 6741 | ||||
* | Bluetooth modules also depend on USB | Florian Fainelli | 2007-03-28 | 1 | -1/+2 |
| | | | | SVN-Revision: 6740 | ||||
* | replace common -I and -L search flags with TARGET_CPPFLAGS and TARGET_LDFLAGS | Nicolas Thill | 2007-03-28 | 5 | -9/+9 |
| | | | | SVN-Revision: 6735 | ||||
* | cleanup ntfs-3g makefile (remove kernel.mk include, unused configure options...) | Nicolas Thill | 2007-03-28 | 1 | -46/+3 |
| | | | | SVN-Revision: 6734 | ||||
* | tweak isakmpd & keynote makefiles | Nicolas Thill | 2007-03-28 | 3 | -14/+16 |
| | | | | SVN-Revision: 6733 | ||||
* | add dependency info for linux 2.4 specific kmod package (related to #1521) | Felix Fietkau | 2007-03-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 6732 | ||||
* | add nfs kernel server kmod package (patch from #1524) | Felix Fietkau | 2007-03-27 | 1 | -0/+11 |
| | | | | SVN-Revision: 6729 | ||||
* | remove bogus dependencies | Felix Fietkau | 2007-03-27 | 1 | -2/+1 |
| | | | | SVN-Revision: 6728 | ||||
* | fix a problem with the firewall script (multicast traffic could produce ↵ | Felix Fietkau | 2007-03-27 | 1 | -1/+1 |
| | | | | | | packet loss) SVN-Revision: 6726 | ||||
* | fix the sdk | Felix Fietkau | 2007-03-26 | 1 | -5/+1 |
| | | | | SVN-Revision: 6718 | ||||
* | enable dso support back in openssl, needed to use shared zlib compression, ↵ | Nicolas Thill | 2007-03-26 | 1 | -2/+2 |
| | | | | | | and should fix the "error:2507006C:lib(37):func(112):reason(108)" errors. closes: #1182 SVN-Revision: 6706 | ||||
* | add prereq check for pkg-config (required by ntfs-3g) | Felix Fietkau | 2007-03-25 | 1 | -0/+3 |
| | | | | SVN-Revision: 6696 | ||||
* | Use MiBSD ksh if installed (#1470) | Florian Fainelli | 2007-03-24 | 1 | -0/+2 |
| | | | | SVN-Revision: 6687 | ||||
* | trigger a kernel module rebuild when the kernel config changes | Felix Fietkau | 2007-03-24 | 1 | -0/+1 |
| | | | | SVN-Revision: 6671 | ||||
* | fix a compile error | Felix Fietkau | 2007-03-24 | 1 | -0/+1 |
| | | | | SVN-Revision: 6670 | ||||
* | split libuuid from e2fsprogs and install development files | Felix Fietkau | 2007-03-24 | 1 | -1/+22 |
| | | | | SVN-Revision: 6668 | ||||
* | set the DEVICE variable in hotplug events from ppp interfaces | Felix Fietkau | 2007-03-24 | 2 | -2/+2 |
| | | | | SVN-Revision: 6667 | ||||
* | rename uci-update.awk to uci.awk and add a few config_* functions | Felix Fietkau | 2007-03-24 | 3 | -21/+58 |
| | | | | SVN-Revision: 6666 | ||||
* | fix uci commit | Felix Fietkau | 2007-03-24 | 1 | -1/+1 |
| | | | | SVN-Revision: 6665 | ||||
* | small cleanup | Felix Fietkau | 2007-03-24 | 1 | -14/+18 |
| | | | | SVN-Revision: 6663 | ||||
* | don't call wpa_supplicant unconditionally | Felix Fietkau | 2007-03-24 | 1 | -1/+1 |
| | | | | SVN-Revision: 6656 | ||||
* | fix wep encryption setting for madwifi | Felix Fietkau | 2007-03-24 | 1 | -1/+5 |
| | | | | SVN-Revision: 6655 | ||||
* | fix a small typo | Felix Fietkau | 2007-03-24 | 1 | -1/+1 |
| | | | | SVN-Revision: 6654 | ||||
* | improve autorebuild for iptables when the kernel config changes | Felix Fietkau | 2007-03-23 | 1 | -2/+2 |
| | | | | SVN-Revision: 6652 | ||||
* | make busybox autorebuild on relevant config changes | Felix Fietkau | 2007-03-23 | 1 | -0/+5 |
| | | | | SVN-Revision: 6651 | ||||
* | fix a harmless warning | Felix Fietkau | 2007-03-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 6650 | ||||
* | fix typo in UnistallDev | Nicolas Thill | 2007-03-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 6643 | ||||
* | add an optional parameter to scan_interfaces() that can override the network ↵ | Felix Fietkau | 2007-03-19 | 1 | -1/+2 |
| | | | | | | config file (defaults to 'network') SVN-Revision: 6619 | ||||
* | Add acx package | Eugene Konev | 2007-03-18 | 3 | -0/+95 |
| | | | | SVN-Revision: 6605 | ||||
* | Move /sys on pivot_root too | Eugene Konev | 2007-03-18 | 1 | -0/+1 |
| | | | | SVN-Revision: 6603 | ||||
* | Add bssid fix from #1281 | Florian Fainelli | 2007-03-18 | 2 | -0/+42 |
| | | | | SVN-Revision: 6601 | ||||
* | upgrade dnsmasq to latest version, rewrite dnsmasq init script for uci, ↵ | Felix Fietkau | 2007-03-17 | 5 | -51/+67 |
| | | | | | | rename /bin/ipcalc to /bin/ipcalc.sh (fixes #1452) SVN-Revision: 6595 | ||||
* | remove duplicate section to find bridge name | Travis Kemen | 2007-03-17 | 1 | -4/+0 |
| | | | | SVN-Revision: 6591 |