| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
SVN-Revision: 26986
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
usb_modeswitch on boot and possibly others (#9352)
SVN-Revision: 26848
|
|
|
|
| |
SVN-Revision: 26720
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
an external toolchain the base-files package copies libc, libgcc and others from the library directory.
The file list is given as following in the .config:
CONFIG_LIBC_FILE_SPEC="./lib/ld{-*.so,-linux*.so.*} ./lib/lib{anl,c,cidn,crypt,dl,m,nsl,nss_dns,nss_files,resolv,util}{-*.so,.so.*}"
Because the filenames are composed with different endings, not all files exist
and will be skipped. Currently, this works only if the last composed file
(util.so.*) really exists. At the moment this works - but only if you don't add
a new file like 'uClibc'.
Adding it at the end '...resolv,util,uClibc}{-*.so,.so.*}' will lead to this
message, because the combination 'libuClibc.so.*' doesn't exist and Make will
evaluate the last copy statement of the for loop.
|
|
|
|
| |
SVN-Revision: 26230
|
|
|
|
| |
SVN-Revision: 26204
|
|
|
|
| |
SVN-Revision: 26161
|
|
|
|
|
|
| |
installation for the non-relinked variant
SVN-Revision: 26003
|
|
|
|
| |
SVN-Revision: 25983
|
|
|
|
|
|
| |
skip relinking for this arch. due to relocation constraints, the assembler functions cannot be in the shared libgcc and must always be linked in statically
SVN-Revision: 25952
|
|
|
|
|
|
| |
otherwise calls to dlopen() fail (fixes #8978)
SVN-Revision: 25950
|
|
|
|
| |
SVN-Revision: 25911
|
|
|
|
| |
SVN-Revision: 25852
|
|
|
|
|
|
| |
statically linked initial libgcc saves a few kb and gets rid of unused not exported functions as well should also improve the reliability of mklibs
SVN-Revision: 25800
|
|
|
|
|
|
| |
otherwise name resolution fails
SVN-Revision: 25568
|
|
|
|
|
|
|
|
|
| |
In uClibc 0.9.32 as well as recent versions of glibc and eglibc, librt
depends on libpthread.
Signed-off-by: Mark Mentovai <mark@moxienet.com>
SVN-Revision: 25548
|
|
|
|
|
|
| |
use the static variants instead
SVN-Revision: 25511
|
|
|
|
|
|
| |
option, defaults to true for dhcp interfaces, false for others - introduce send_rs option, defaults to true for static interfaces, false for others
SVN-Revision: 25454
|
|
|
|
| |
SVN-Revision: 25368
|
|
|
|
|
|
| |
Patch-by: Mark Mentovai <mark@moxienet.com>
SVN-Revision: 25117
|
|
|
|
|
|
| |
Thanks to Andrey Zholos for this patch
SVN-Revision: 25040
|
|
|
|
|
|
| |
additional dhcp options to request
SVN-Revision: 24780
|
|
|
|
| |
SVN-Revision: 24647
|
|
|
|
|
|
| |
Signed-off-by: Sebastian Philipp <sebastian@spawnhost.de>
SVN-Revision: 24258
|
|
|
|
|
|
| |
management of multiple default routes
SVN-Revision: 24020
|
|
|
|
|
|
| |
someone tries to uninstall libc
SVN-Revision: 23960
|
|
|
|
| |
SVN-Revision: 23590
|
|
|
|
| |
SVN-Revision: 23279
|
|
|
|
| |
SVN-Revision: 23264
|
|
|
|
|
|
| |
/lib/upgrade/keep.d/ for per-package keepfile lists * introduces /etc/sysupgrade.conf for user defined keepfile hints - prime /lib/upgrade/keep.d/base-files-essential to keep sysupgrade usable for images without opkg - change sysupgrade to build the keepfile list from /lib/upgrade/keep.d/, /etc/sysupgrade.conf and opkg list-changed-conffiles
SVN-Revision: 23258
|
|
|
|
|
|
| |
backup file list
SVN-Revision: 23233
|
|
|
|
| |
SVN-Revision: 23232
|
|
|
|
|
|
| |
in udhcpc default script. The setup_switch() procedure provided by swconfig calls config_load() during network restart and thus confuses udhcpc's uci state keeping resulting in a missing default route on each second network restart. Bypass the cached state vars and query uci directly to make the script immune against unwanted runtime changes.
SVN-Revision: 23211
|
|
|
|
| |
SVN-Revision: 23093
|
|
|
|
|
|
| |
wrapper for killing services by pid or pidfile with a grace period for termination before kill
SVN-Revision: 23087
|
|
|
|
|
|
| |
changed files in /overlay/etc minus some system files
SVN-Revision: 22977
|
|
|
|
| |
SVN-Revision: 22948
|
|
|
|
|
|
| |
moving it back to $(TOOLCHAIN_DIR), this change makes the toolchain relocatable again, which should fix the SDK
SVN-Revision: 22723
|
|
|
|
|
|
| |
where lists end up with duplicate values if config_load was invoked multiple times.
SVN-Revision: 22629
|
|
|
|
| |
SVN-Revision: 22377
|
|
|
|
|
|
| |
mtu values
SVN-Revision: 22003
|
|
|
|
|
|
| |
supports ip6tables now
SVN-Revision: 21766
|
|
|
|
|
|
| |
non-static interfaces like ppp, dhcp, 6in4 etc.
SVN-Revision: 21652
|
|
|
|
|
|
| |
resolv.conf.auto for static or dhcp interfaces - force 0644 permissions when creating resolv.conf.auto, fixes dnsmasq permissions denied problem with pppd interfaces - revert dns servers in /sbin/ifdown - bump package revision
SVN-Revision: 21638
|
|
|
|
|
|
| |
hotplug handler to match them
SVN-Revision: 21591
|
|
|
|
|
|
| |
on boot
SVN-Revision: 21588
|
|
|
|
|
|
| |
like - move time server list to /etc/config/timeserver - bump package revision
SVN-Revision: 21495
|
|
|
|
| |
SVN-Revision: 21282
|
|
|
|
| |
SVN-Revision: 20878
|