Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | packages: sort network related packages into package/network/ | Felix Fietkau | 2012-10-10 | 2 | -108/+0 |
| | | | | SVN-Revision: 33688 | ||||
* | netifd: repair dhcp client id option Busybox udhcpc dropped support for the ↵ | Jo-Philipp Wich | 2012-07-01 | 1 | -1/+1 |
| | | | | | | -c option, instead it can be emulated by using -x 0x3d:id, change the dhcp protocol script accordingly and filter all colons from the id while we're at it. This change supersedes http://patchwork.openwrt.org/patch/1810/ SVN-Revision: 32573 | ||||
* | netifd: localize internally used shell variables (#11567) | Jo-Philipp Wich | 2012-06-11 | 1 | -0/+1 |
| | | | | SVN-Revision: 32192 | ||||
* | netifd: fix typo in dhcp protocol handler, fixes reqopt handling (#11609) | Jo-Philipp Wich | 2012-06-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 32098 | ||||
* | /etc/functions.sh => /lib/functions.sh | Jo-Philipp Wich | 2012-06-05 | 2 | -2/+2 |
| | | | | SVN-Revision: 32062 | ||||
* | netifd: fix "Command failed: Not found" error with dhcp | Felix Fietkau | 2012-05-26 | 1 | -1/+2 |
| | | | | SVN-Revision: 31863 | ||||
* | netifd: use the new json_get_vars function in the dhcp helper script | Felix Fietkau | 2012-05-14 | 1 | -6/+1 |
| | | | | SVN-Revision: 31727 | ||||
* | ppp: move ppp-{up,down} from the netifd package to pppd | Felix Fietkau | 2012-04-17 | 2 | -22/+0 |
| | | | | SVN-Revision: 31340 | ||||
* | pppd: split files into netifd and non-netifd files, move the netifd ppp.sh ↵ | Felix Fietkau | 2012-03-20 | 1 | -183/+0 |
| | | | | | | file to the pppd package SVN-Revision: 31041 | ||||
* | netifd: add missing proto handler conversion after r28632 (thx, Jonathan Bennet) | Felix Fietkau | 2011-11-01 | 1 | -3/+3 |
| | | | | SVN-Revision: 28713 | ||||
* | netifd: update, prefix proto handler callbacks with 'proto_' | Felix Fietkau | 2011-10-27 | 1 | -9/+9 |
| | | | | SVN-Revision: 28632 | ||||
* | netifd: remove obsolete _init callbacks, set available=1 for ppp | Felix Fietkau | 2011-10-27 | 2 | -16/+1 |
| | | | | SVN-Revision: 28631 | ||||
* | netifd: allow ppp based proto handlers to override the connect/disconnect script | Felix Fietkau | 2011-10-27 | 1 | -2/+2 |
| | | | | SVN-Revision: 28630 | ||||
* | add an initial (experimental) version of netifd, disabled by default | Felix Fietkau | 2011-10-21 | 5 | -0/+331 |
SVN-Revision: 28499 |