| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42199
|
|
|
|
|
|
|
|
|
|
| |
this allows targets to use the new uci-default helper which will generate
a file called /etc/board.json. a tool called /bin/config_generate can then
be used to generate the default uci settings.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42185
|
|
|
|
| |
SVN-Revision: 39100
|
|
|
|
|
|
| |
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 39006
|
|
|
|
|
|
|
|
| |
Calculate complements by using awk's xor() function with a mask of 0xffffffff
instead of relying on the compl() function which appears to produce broken
results on certain 64bit architectures.
SVN-Revision: 34875
|
|
|
|
| |
SVN-Revision: 29208
|
|
|
|
|
|
| |
shadow record, fix /bin/login.sh password detection accordingly. Solves broken key based dropbear login with empty password after r28935.
SVN-Revision: 29130
|
|
|
|
|
|
| |
primed with "!") adjust login.sh for it to make telnetd available again
SVN-Revision: 28943
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the attached patch makes ipcalc.sh accept IP/Netmask combinations in
CIDR notation. Before you could only do:
# sh ipcalc.sh 192.168.0.0 255.255.255.0 1 10
IP=192.168.0.0
NETMASK=255.255.255.0
BROADCAST=192.168.0.255
NETWORK=192.168.0.0
PREFIX=24
START=192.168.0.1
END=192.168.0.11
with this patch you can also execute it with:
sh ipcalc.sh 192.168.0.0/24 1 10
IP=192.168.0.0
NETMASK=255.255.255.0
BROADCAST=192.168.0.255
NETWORK=192.168.0.0
PREFIX=24
START=192.168.0.1
END=192.168.0.11
The patch is based on #1260 [1], i just changed one line to calculate
the START end END ips right. I wonder why that never got included. If
there is no reason not to do i would like to ask you to commit that
patch, because its a functionality i (and probably others) miss quite often.
Btw, i also fixed 4 useless tabs, that might look a bit strange in the
patch.
Regards, Manuel
SVN-Revision: 26930
|
|
|
|
| |
SVN-Revision: 25528
|
|
|
|
|
|
| |
code there
SVN-Revision: 25495
|
|
|
|
| |
SVN-Revision: 22282
|
|
|
|
|
|
| |
shadow passwords in use.
SVN-Revision: 22279
|
|
|
|
| |
SVN-Revision: 17775
|
|
|
|
| |
SVN-Revision: 16619
|
|
|
|
| |
SVN-Revision: 15242
|
|
|
|
|
|
| |
busybox - we always use -l on telnetd anyway
SVN-Revision: 15097
|
|
|
|
|
|
| |
default
SVN-Revision: 12319
|
|
|
|
| |
SVN-Revision: 10367
|
|
|
|
| |
SVN-Revision: 7928
|
|
|
|
| |
SVN-Revision: 7639
|
|
|
|
| |
SVN-Revision: 7179
|
|
|
|
| |
SVN-Revision: 7173
|
|
|
|
| |
SVN-Revision: 6665
|
|
|
|
| |
SVN-Revision: 6603
|
|
|
|
|
|
| |
rename /bin/ipcalc to /bin/ipcalc.sh (fixes #1452)
SVN-Revision: 6595
|
|
|
|
|
|
| |
of config options with labels and data types through the metadata. The selected config values will be exported to the target filesystem in /etc/uci-defaults and applied on the first boot.
SVN-Revision: 6572
|
|
|
|
| |
SVN-Revision: 6450
|
|
|
|
|
|
|
|
| |
validation is not enforced yet
Code contributed by Fraunhofer Fokus
SVN-Revision: 6391
|
|
SVN-Revision: 5622
|