summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* ppp: block restart of interfaces if pppd refused the command line optionsFelix Fietkau2012-06-101-0/+4
| | | | SVN-Revision: 32160
* ath9k: add some more ani fixesFelix Fietkau2012-06-107-0/+1412
| | | | SVN-Revision: 32159
* zlib: update to 1.2.7Luka Perkov2012-06-093-80/+3
| | | | SVN-Revision: 32147
* ppp: enable no_device in the netifd pppoa handler to bring it up at boot ↵Felix Fietkau2012-06-091-0/+2
| | | | | | time (#11631) SVN-Revision: 32146
* util-linux: update to 2.21.2Luka Perkov2012-06-092-3/+3
| | | | SVN-Revision: 32141
* e2fsprogs: update to 1.42.3Luka Perkov2012-06-092-3/+3
| | | | SVN-Revision: 32140
* make librpc compatible with eglibc, unconditionally enable it for packages ↵Felix Fietkau2012-06-083-34/+206
| | | | | | that need rpc support SVN-Revision: 32129
* firewall: allow incoming ICMPv6 router-advertisement and ↵Jo-Philipp Wich2012-06-082-1/+3
| | | | | | neighbor-advertisement, thanks swalker SVN-Revision: 32127
* mac80211: remove the passive-scan/no-ibss flag of channels 36-48 in the ↵Felix Fietkau2012-06-081-1/+1
| | | | | | world regd similar to the default regd in ath SVN-Revision: 32126
* kernel: add module packages for usbip (from the packages feed)Felix Fietkau2012-06-071-0/+31
| | | | SVN-Revision: 32117
* base-files: implement network_defer_device() and network_ready_device() ↵Jo-Philipp Wich2012-06-071-0/+16
| | | | | | wrappers for upcoming netifd iface deferring support SVN-Revision: 32106
* iproute2: fix build errors with newer versions of eglibcFelix Fietkau2012-06-071-0/+6
| | | | SVN-Revision: 32103
* iptables: fix build error if only libraries are selectedFelix Fietkau2012-06-071-1/+1
| | | | SVN-Revision: 32102
* netifd: fix typo in dhcp protocol handler, fixes reqopt handling (#11609)Jo-Philipp Wich2012-06-071-1/+1
| | | | SVN-Revision: 32098
* hostapd: fix driver setting for wpa_s in IBSS/WPA-NONEFelix Fietkau2012-06-061-4/+6
| | | | | | | | | This fix is needed to correctly set the driver to use with wpa_s in case of IBSS/WPA-NONE. The current setting is not made correctly. Signed-off-by: Antonio Quartulli <ordex@autistici.org> SVN-Revision: 32084
* libubox: add mirror md5sumFelix Fietkau2012-06-061-0/+1
| | | | SVN-Revision: 32080
* util-linux: fix typoLuka Perkov2012-06-051-2/+3
| | | | SVN-Revision: 32074
* base-files: add permission exceptions, do not clobber shadow permissions - ↵Jo-Philipp Wich2012-06-051-0/+4
| | | | | | based on patch by Mark Mentovai <mark@moxienet.com> SVN-Revision: 32073
* remove bogus patchJohn Crispin2012-06-051-192/+0
| | | | SVN-Revision: 32071
* rename libmisc.a to libipfixmisc.aJohn Crispin2012-06-053-2/+29
| | | | | | | libmisc.a is too generic to be globally staged. It was clashing with xinetd builds. SVN-Revision: 32066
* base-files: ship a static initial shadow db instead of creating it from ↵Jo-Philipp Wich2012-06-052-4/+5
| | | | | | passwd with sed, this fixes registering of users at compile time SVN-Revision: 32064
* base-files: make user_add() populate the shadow db as wellJo-Philipp Wich2012-06-052-1/+2
| | | | SVN-Revision: 32063
* /etc/functions.sh => /lib/functions.shJo-Philipp Wich2012-06-0525-26/+26
| | | | SVN-Revision: 32062
* uboot-envtools: forgot to remove uboot-envtools.init fileLuka Perkov2012-06-041-27/+0
| | | | SVN-Revision: 32052
* uboot-envtools: update to 2012.04.01Luka Perkov2012-06-048-50/+169
| | | | SVN-Revision: 32051
* netifd: update to latest version, fixes wifi restart issuesFelix Fietkau2012-06-041-2/+2
| | | | SVN-Revision: 32049
* ubus: update to latest version, adds reconnect supportFelix Fietkau2012-06-041-3/+3
| | | | SVN-Revision: 32048
* ath9k: fix typo in last commitFelix Fietkau2012-06-041-1/+1
| | | | SVN-Revision: 32046
* ath9k: fix ANI weak signal detection handlingFelix Fietkau2012-06-042-0/+82
| | | | SVN-Revision: 32045
* ath9k: fall back to OTP ROM if the platform data does not contain valid ↵Felix Fietkau2012-06-041-0/+25
| | | | | | eeprom data SVN-Revision: 32044
* pjsip: update to version 1.14.2Luka Perkov2012-06-035-134/+45
| | | | SVN-Revision: 32040
* pptp: fix passing setup json variables to the ppp setup codeFelix Fietkau2012-06-031-1/+1
| | | | SVN-Revision: 32035
* kernel: kmod-video-gspca-core depends on kmod-input-core (fixes #11412)Felix Fietkau2012-06-031-1/+1
| | | | SVN-Revision: 32033
* fix videobuf2 escriptionJohn Crispin2012-06-031-1/+1
| | | | | | fixes #11411 SVN-Revision: 32032
* Missing kernel module entry for GSPCA driver for SE401 webcamJohn Crispin2012-06-031-0/+15
| | | | | | fixes #11505 SVN-Revision: 32030
* uhttpd: remove some dead codeJo-Philipp Wich2012-06-022-14/+2
| | | | SVN-Revision: 32028
* uhttpd: add explicit stdin eof notification for Lua and CGI childsJo-Philipp Wich2012-06-023-2/+10
| | | | SVN-Revision: 32027
* use symlinks for voip FW to make laoding easierJohn Crispin2012-06-021-1/+6
| | | | SVN-Revision: 32025
* move /dev/vmmcX creation to a more central placeJohn Crispin2012-06-022-33/+10
| | | | SVN-Revision: 32024
* mac80211: brcmsmac: add some patches starting to add support for some more chipsHauke Mehrtens2012-06-0112-13/+626
| | | | SVN-Revision: 32020
* 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