aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* mac80211: make brcmfmac depend on usbHauke Mehrtens2012-06-011-1/+1
| | | | SVN-Revision: 32019
* mac80211: merge some pending fixesFelix Fietkau2012-06-012-4/+260
| | | | SVN-Revision: 32018
* fixes a descriptions mismatchJohn Crispin2012-05-301-2/+2
| | | | | | fixes #11381 SVN-Revision: 32012
* libubox: update to 2012-05-30, fixes bad non-empty return values in case of ↵Jo-Philipp Wich2012-05-301-2/+2
| | | | | | already cached variables SVN-Revision: 32011
* uhttpd: fix wrongly applied sizeof() leading to writing beyound end of ↵Jo-Philipp Wich2012-05-302-3/+3
| | | | | | buffer and subsequent data corruption (#11557) SVN-Revision: 32005
* mac80211: update to wireless-testing 2012-05-29Felix Fietkau2012-05-3056-6181/+176
| | | | SVN-Revision: 32002
* kernel: move esfq to kmod-sched-esfq, as it has extra netfilter dependenciesFelix Fietkau2012-05-291-3/+13
| | | | SVN-Revision: 32001
* base-files: add LED specific functions to /lib/functions/uci-defaultsGabor Juhos2012-05-291-0/+98
| | | | SVN-Revision: 31991
* netifd: remove obsolete config variable dependencyFelix Fietkau2012-05-291-1/+1
| | | | SVN-Revision: 31988
* pptp: remove old network scriptsFelix Fietkau2012-05-292-73/+3
| | | | SVN-Revision: 31985
* ppp: remove old network scriptsFelix Fietkau2012-05-299-363/+6
| | | | SVN-Revision: 31984
* 6to4: remove old network scriptsFelix Fietkau2012-05-293-324/+2
| | | | SVN-Revision: 31983
* comgt: remove old network scriptsFelix Fietkau2012-05-298-238/+3
| | | | SVN-Revision: 31982
* 6in4: remove old network scriptsFelix Fietkau2012-05-293-185/+2
| | | | SVN-Revision: 31981
* base-files: remove base-files-network, netifd is the only supported option nowFelix Fietkau2012-05-2910-1049/+1
| | | | SVN-Revision: 31980
* ppp: fix local ip in status info (fixes #11551)Felix Fietkau2012-05-291-1/+1
| | | | SVN-Revision: 31979
* base-files: add network_is_up()Jo-Philipp Wich2012-05-291-0/+6
| | | | SVN-Revision: 31978
* libubox: update to 2012-05-29Jo-Philipp Wich2012-05-291-2/+2
| | | | SVN-Revision: 31962
* base-files: let network_get_device() return the l3 interface, introduce ↵Jo-Philipp Wich2012-05-291-4/+6
| | | | | | network_get_physdev() to obtain the underlying iface (if applicable) SVN-Revision: 31960
* mac80211: use built-in regulatory database instead of crda to avoid various ↵Felix Fietkau2012-05-282-1/+701
| | | | | | race conditions SVN-Revision: 31954
* netifd: call /sbin/wifi up on /etc/init.d/network reloadFelix Fietkau2012-05-281-0/+1
| | | | SVN-Revision: 31941
* base-files: add network_get_device() to network.shJo-Philipp Wich2012-05-281-0/+15
| | | | SVN-Revision: 31937
* firewall: fix nat reflection after netifd status format change - use ↵Jo-Philipp Wich2012-05-282-48/+10
| | | | | | /lib/functions/network.sh - simplify nat reflection code SVN-Revision: 31936
* base-files: introduce /lib/functions/network.sh This file will contain ↵Jo-Philipp Wich2012-05-282-1/+42
| | | | | | common procedures to deal with network interfaces. Initially provides network_get_ipaddr(), network_get_ipaddr6(), network_get_subnet() and network_get_subnet6() to determine the primary IP addresses or subnets of a given logical interface. SVN-Revision: 31935
* libubox: update to 2012-05-26Felix Fietkau2012-05-281-3/+2
| | | | SVN-Revision: 31933
* iwinfo: assume that no tx power information is available if nl80211 returns ↵Jo-Philipp Wich2012-05-282-3/+6
| | | | | | 0 dBm maximum SVN-Revision: 31932
* uhttpd: - rewrite large parts of the server, use uloop event driven ↵Jo-Philipp Wich2012-05-2818-1323/+2567
| | | | | | structure - support concurrent requests and make the upper limit configurable - implement initial version of HTTP-to-ubus JSON proxy and session.* namespace - add compile time support for debug information - code style changes - bump package revision SVN-Revision: 31931
* kernel: remove more unnecessary kernel version checks/dependenciesFelix Fietkau2012-05-277-83/+16
| | | | SVN-Revision: 31907
* kernel: remove a few more obsolete CompareKernelPatchVer calls, add ↵Felix Fietkau2012-05-277-169/+46
| | | | | | dependencies on @TARGET_x86 for a few network drivers that are typically not found in non-PC equipment SVN-Revision: 31870
* netifd: fix "Command failed: Not found" error with dhcpFelix Fietkau2012-05-261-1/+2
| | | | SVN-Revision: 31863
* mac80211: backport a fix for single-queue drivers (fixes #11534)Felix Fietkau2012-05-262-5/+17
| | | | SVN-Revision: 31862
* ncurses: libncursesw should not depend on libncursesFelix Fietkau2012-05-261-1/+0
| | | | SVN-Revision: 31861
* ppp: add back ip-{up,down}.d support for nowFelix Fietkau2012-05-262-0/+13
| | | | SVN-Revision: 31860
* mac80211: get rid of duplicate iw reg set command (thx, stintel)Felix Fietkau2012-05-261-1/+0
| | | | SVN-Revision: 31859
* netifd: update to latest version, fixes an endian issue in broadcast address ↵Felix Fietkau2012-05-251-2/+2
| | | | | | handling SVN-Revision: 31858
* netifd: update to latest version, fixes overriding the mac address for ↵Felix Fietkau2012-05-241-2/+2
| | | | | | bridge interfaces (#11526) SVN-Revision: 31857
* netifd: bring up wifi at bootFelix Fietkau2012-05-241-1/+2
| | | | SVN-Revision: 31855
* util-linux: compile with -fPIC, some users of its libuuid.a require it, e.g. ↵Jo-Philipp Wich2012-05-241-0/+2
| | | | | | cryptsetup (#11508) SVN-Revision: 31854
* base-files: kill ubusd and udhcpc on sysupgrade as wellFelix Fietkau2012-05-231-1/+1
| | | | SVN-Revision: 31852
* base-files: allow sysupgrade to kill netifd, fixes pppd shutdown on upgradeFelix Fietkau2012-05-231-1/+1
| | | | SVN-Revision: 31851
* netifd: improve /sbin/ifup wifi hack, make it work properly with -a. fold ↵Felix Fietkau2012-05-233-66/+84
| | | | | | /etc/init.d/netifd into /etc/init.d/network SVN-Revision: 31850
* netifd: port r27720 (#9763) to the netifd ifup variantJo-Philipp Wich2012-05-231-0/+18
| | | | SVN-Revision: 31849
* package/base-files: copy /lib/functions.sh to the ramfs on sysupgradeGabor Juhos2012-05-231-1/+1
| | | | SVN-Revision: 31842
* netifd: update to latest version, adds interface alias support (#11518), and ↵Felix Fietkau2012-05-231-2/+2
| | | | | | fixes network route drops on dhcp renew SVN-Revision: 31840
* lantiq: allow platforms with rt2x00 to override the mac address without ↵Felix Fietkau2012-05-201-0/+63
| | | | | | overriding eeprom, fixes bogus wlan mac address on arv4520 SVN-Revision: 31835
* kernel: fix kmod-sched-core build for kernels without codelFelix Fietkau2012-05-201-1/+1
| | | | SVN-Revision: 31834
* pppd: add noipdefault option to /etc/ppp/options (fixes #11499)Felix Fietkau2012-05-201-0/+1
| | | | SVN-Revision: 31831
* netifd: update to latest version, fixes dns server issues (#11501)Felix Fietkau2012-05-201-2/+2
| | | | SVN-Revision: 31830
* netifd: update to latest version, fixes peerdns handling, custom dns ↵Felix Fietkau2012-05-191-2/+2
| | | | | | override and interface metric settings SVN-Revision: 31822
* kernel: fix packaging of act_connmark.ko (#11492)Jo-Philipp Wich2012-05-191-0/+1
| | | | SVN-Revision: 31821