aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* network config: ignore nonexistant interfacesFelix Fietkau2007-04-021-0/+1
| | | | SVN-Revision: 6819
* patch for busybox httpd that adds an option for redirecting all requests to ↵Felix Fietkau2007-04-021-0/+91
| | | | | | a specific page (e.g. for making a splash screen) SVN-Revision: 6818
* move /dev/tun to /dev/net/tunFelix Fietkau2007-04-011-0/+5
| | | | SVN-Revision: 6814
* Add usbnet and asix ethernet based adapters support (#1481)Florian Fainelli2007-04-011-3/+23
| | | | SVN-Revision: 6812
* Fix i2c kernel configuration dependency (#1511)Florian Fainelli2007-04-011-2/+1
| | | | SVN-Revision: 6811
* fix fuse compile on osxFelix Fietkau2007-04-012-0/+16
| | | | SVN-Revision: 6807
* Limit the number of hotplug childrensFlorian Fainelli2007-04-012-3/+3
| | | | SVN-Revision: 6804
* Fix i2c module dependencies (#1525)Florian Fainelli2007-04-011-1/+2
| | | | SVN-Revision: 6794
* fix iptables extension issue with mac os x buildsFelix Fietkau2007-04-011-0/+1
| | | | SVN-Revision: 6786
* revert bluetooth kconfig change - it doesn't work that wayFelix Fietkau2007-03-311-4/+2
| | | | SVN-Revision: 6772
* /sbin/hotplug-call: export the hotplug event type through the environment ↵Felix Fietkau2007-03-312-2/+4
| | | | | | for hotplug scripts SVN-Revision: 6768
* allow dhcp sections for dnsmasq to add command line optionsFelix Fietkau2007-03-311-1/+2
| | | | SVN-Revision: 6767
* check initseq->first in awx after running include()Felix Fietkau2007-03-291-1/+1
| | | | SVN-Revision: 6751
* fix an uninitialized variable in awx (does not fix random segfault yet, ↵Felix Fietkau2007-03-281-1/+2
| | | | | | still looking into it) SVN-Revision: 6750
* Bluetooth depends on USB for 2.6 kernels alsoFlorian Fainelli2007-03-281-1/+2
| | | | SVN-Revision: 6741
* Bluetooth modules also depend on USBFlorian Fainelli2007-03-281-1/+2
| | | | SVN-Revision: 6740
* replace common -I and -L search flags with TARGET_CPPFLAGS and TARGET_LDFLAGSNicolas Thill2007-03-285-9/+9
| | | | SVN-Revision: 6735
* cleanup ntfs-3g makefile (remove kernel.mk include, unused configure options...)Nicolas Thill2007-03-281-46/+3
| | | | SVN-Revision: 6734
* tweak isakmpd & keynote makefilesNicolas Thill2007-03-283-14/+16
| | | | SVN-Revision: 6733
* add dependency info for linux 2.4 specific kmod package (related to #1521)Felix Fietkau2007-03-271-1/+1
| | | | SVN-Revision: 6732
* add nfs kernel server kmod package (patch from #1524)Felix Fietkau2007-03-271-0/+11
| | | | SVN-Revision: 6729
* remove bogus dependenciesFelix Fietkau2007-03-271-2/+1
| | | | SVN-Revision: 6728
* fix a problem with the firewall script (multicast traffic could produce ↵Felix Fietkau2007-03-271-1/+1
| | | | | | packet loss) SVN-Revision: 6726
* fix the sdkFelix Fietkau2007-03-261-5/+1
| | | | SVN-Revision: 6718
* enable dso support back in openssl, needed to use shared zlib compression, ↵Nicolas Thill2007-03-261-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 Fietkau2007-03-251-0/+3
| | | | SVN-Revision: 6696
* Use MiBSD ksh if installed (#1470)Florian Fainelli2007-03-241-0/+2
| | | | SVN-Revision: 6687
* trigger a kernel module rebuild when the kernel config changesFelix Fietkau2007-03-241-0/+1
| | | | SVN-Revision: 6671
* fix a compile errorFelix Fietkau2007-03-241-0/+1
| | | | SVN-Revision: 6670
* split libuuid from e2fsprogs and install development filesFelix Fietkau2007-03-241-1/+22
| | | | SVN-Revision: 6668
* set the DEVICE variable in hotplug events from ppp interfacesFelix Fietkau2007-03-242-2/+2
| | | | SVN-Revision: 6667
* rename uci-update.awk to uci.awk and add a few config_* functionsFelix Fietkau2007-03-243-21/+58
| | | | SVN-Revision: 6666
* fix uci commitFelix Fietkau2007-03-241-1/+1
| | | | SVN-Revision: 6665
* small cleanupFelix Fietkau2007-03-241-14/+18
| | | | SVN-Revision: 6663
* don't call wpa_supplicant unconditionallyFelix Fietkau2007-03-241-1/+1
| | | | SVN-Revision: 6656
* fix wep encryption setting for madwifiFelix Fietkau2007-03-241-1/+5
| | | | SVN-Revision: 6655
* fix a small typoFelix Fietkau2007-03-241-1/+1
| | | | SVN-Revision: 6654
* improve autorebuild for iptables when the kernel config changesFelix Fietkau2007-03-231-2/+2
| | | | SVN-Revision: 6652
* make busybox autorebuild on relevant config changesFelix Fietkau2007-03-231-0/+5
| | | | SVN-Revision: 6651
* fix a harmless warningFelix Fietkau2007-03-231-1/+1
| | | | SVN-Revision: 6650
* fix typo in UnistallDevNicolas Thill2007-03-231-1/+1
| | | | SVN-Revision: 6643
* add an optional parameter to scan_interfaces() that can override the network ↵Felix Fietkau2007-03-191-1/+2
| | | | | | config file (defaults to 'network') SVN-Revision: 6619
* Add acx packageEugene Konev2007-03-183-0/+95
| | | | SVN-Revision: 6605
* Move /sys on pivot_root tooEugene Konev2007-03-181-0/+1
| | | | SVN-Revision: 6603
* Add bssid fix from #1281Florian Fainelli2007-03-182-0/+42
| | | | SVN-Revision: 6601
* upgrade dnsmasq to latest version, rewrite dnsmasq init script for uci, ↵Felix Fietkau2007-03-175-51/+67
| | | | | | rename /bin/ipcalc to /bin/ipcalc.sh (fixes #1452) SVN-Revision: 6595
* remove duplicate section to find bridge nameTravis Kemen2007-03-171-4/+0
| | | | SVN-Revision: 6591
* fix default netmaskFelix Fietkau2007-03-171-1/+1
| | | | SVN-Revision: 6589
* speed up package/installFelix Fietkau2007-03-171-1/+14
| | | | SVN-Revision: 6588
* package libssp for apps that need it (only enabled for gcc4)Felix Fietkau2007-03-161-1/+18
| | | | SVN-Revision: 6584