- Jun 03, 2019
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
add: --glibc --libkrb5 --nss-pam-ldapd --openldap --linux-pam Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Apr 10, 2019
-
-
- Nov 20, 2018
-
-
Adam Wujek authored
DONE: Kconfig, assembly_ppsi_conf.sh TODO: SNMP, DOCs, HAL? Redefine options CONFIG_PORTXX_PARAMS in dot-config --role={master,slave,auto,none}, keep non-wr for compatibility --ext={WR}:{HR}, HR for future, if no ext defined use WR as default --add extra option to disable/enable triggering errors in SNMP --add option for delay mechanism (dm) p2p or e2e e2e default Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Aug 10, 2018
-
-
Adam Wujek authored
VLANs require some extra configuration. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Jul 18, 2018
-
-
in order to expose the lldp information using snmp, lldp must be compile with snmp support and started with the proper switch. Besides snmp needs the agentx MIB and configure the daemon to enable a mater agent. Signed-off-by:
C.Prados <c.prados@gsi.de>
-
The Link Layer Discovery Protocol, lldp, is a vendor-neutral link layer protocol in the Internet Protocol Suite used by network devices for advertising their identity and capabilities. Signed-off-by:
C.Prados <c.prados@gsi.de>
-
- Jan 17, 2017
-
-
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Dec 14, 2016
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
-
-
Adam Wujek authored
Fixed by uplift of a kernel from 3.16.37 to 3.16.38. Even it is a local privilege escalation bug, which does not impact us, it is worth to have it fixed. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Dec 01, 2016
-
-
Adam Wujek authored
add: --CONFIG_NO_HZ_COMMON --CONFIG_NO_HZ_IDLE --emulation of floating-point --VLANs (for management port) --bridge (for management port) --scheduler debug and stats removed: --IPv6 --wireless --SCSI --HID --parts of USB --RTC --ext2 --fat Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
The configuration was installing the kernel headers from version 4.4 but we were using 2.6.39 and now we are using 3.16.37. Fix this by configuring the 3.16.37 as Linux versin to use to get headers Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
- Aug 11, 2016
-
-
Adam Wujek authored
wrs_watchdog will use WRS_LOG_OTHER instead of WRS_LOG_WRSWATCHDOG as a destination for logs. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
These two libraries will be used by nconf/nconfig on target Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Add psmics for killall, pstree and fuser. Since fuser comes from psmisc, it is not needed anymore to compile it in the busybox. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Jul 07, 2016
-
-
Adam Wujek authored
We don't use ifplugd since Feb 2014. See the commit: 162fb24e userspace: run dhcpc in background forever, not through auto means Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
There is no need to create cpio, tar and bzip2 images, since we don't use them anyway. We assemble images on our own in build/scripts/wrs_build_wraprootfs. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Change done due to uplift of the buildroot to the 2016.02 Please note that some of the options just changed their position. Some changes: remove: --DOS2UNIX --UNIX2DOS --FDFORMAT (we don't have floppy) --EJECT (we don't have CD/DVD) --HDPARM (we don't have ATA drives) --ETHER_WAKE (to send wake-on-lan magic packet) --DNSD (we don't need DNS server) --NAMEIF (we don't want to change names of interfaces) remove the following, since they're provided by prosps_ng: --pidof --top --uptime --free --kill* --ps --sysctl --watch add: --LFS (large file support) --MD5_SMALL=0 (We don't care so much about the size, more about the performance. Use the fastest. Difference in the size is very small anyway.) --SHA3_SMALL=0 (like above) --CONFIG_GZIP_FAST=2 (like above, use the fastest) --FEATURE_LESS_WINCH and FEATURE_LESS_ASK_TERMINAL allow to display i.e. "less" command via serial terminal with non standard terminal sizes. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Remove binaries/usr/lib/libbfd-2.21.1.so and /usr/bin/nm from the repo. Instead use the compiled versions in buildroot. Patch the installation rule to install only "nm", when PACKAGE_BINUTILS_TARGET is not used(!). libbfd-2.21.1.so is installed by default by the installation rule of PACKAGE_BINUTILS. Binary nm was added in the commit: d2a486cc rootfs_override: add /usr/bin/nm and its libbfd Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
make 3.82 splits the work differently. When using buildroot with the make > 3.81 buildroot uses BR2_JLEVEL= (preferably 0 for automatic number of jobs setting). For make =< 3.81 BR2_JLEVEL= is ignored and build is done using only one job. Passing -j allows to build with many jobs, but many warning messages are printed: make[2]: warning: -jN forced in submake: disabling jobserver mode. Use BR_JLEVEL=0, this allows buildroot to pick automatically number of jobs. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
--Part of changing names of interfaces in WRS from wrX (wr0-17) to wriX (wri1-wri18). --Rename wr0 to wri1 in help Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Feb 10, 2016
-
-
Adam Wujek authored
Make default log level as "Warning". By this don't print that SNMP packet was received. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Feb 09, 2016
-
-
Added ZyXEL SFPs to database (not yet fully tested for synch) These SFPs are used in Btrain, if not in database, SNMP shows critical error
-
- Aug 28, 2015
-
-
Grzegorz Daniluk authored
-
- Aug 27, 2015
-
-
Grzegorz Daniluk authored
-
- Aug 26, 2015
-
-
Adam Wujek authored
add: --CONFIG_ROOT_PWD_CLEAR --CONFIG_PTP_REMOTE_CONF Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
force-dhcp can be used to retrieve a URL to the dot-config, which is downloaded during boot. try-dhcp the same as above but don't complain about unsuccessful receive of the URL via DHCP to SNMP. Update: --MIB - add tryDhcp and forceDhcp to the wrsConfigSource object; add dhcpError to the wrsBootConfigStatus object --SNMPd - same as the above; don't error in wrsBootConfigStatus when tryDhcp fails --dot-config's script - support new dot-config sources --Kconfig - support new dot-config sources --wrs_failures --wrs-user-manual --wrs_release_defconfig - add new items --create new script for udhcpc to save "filename" configuration field retrieved from DHCP server; it contains the URL to the dot-config to be downloaded. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Jul 29, 2015
-
-
Alessandro Rubini authored
This factorized configuration stuff out of wrap_rootfs into a build target. It also adds building and installing "conf" so to allow the following commands in the target (in /wr/etc): make config make oldconfig (likely after editing dot-config) make defconfig I'm unable to build menuconfig at this time, because of missing symbols in the target's libncurses. I hope to fix this when we bump buildroot up (thanks Adam for that!) Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Jul 10, 2015
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Jan 04, 2015
-
-
This adds the possibility to use PERL parsing from PHP extension PCRE. It is usefull for future file parsing changes from PHP.
-
- Dec 11, 2014
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Sep 30, 2014
-
-
Alessandro Rubini authored
We are now strong with ppsi, remove any reference to ptp-noposix. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Jul 10, 2014
-
-
Alessandro Rubini authored
We don't need a ppsi_defconfig any more, as it is now the default. Also, use a full defconfig, so it's explicit what the options are. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Mar 31, 2014
-
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-