Ronny Nilsson
cdce816fd2
iopupgrade: The variables are written as integers and thus should be read as integers.
2019-12-04 15:04:31 +01:00
Ronny Nilsson
a49951ad7e
iopupgrade: The post rootfs fixup need some arguments for backward compatibility.
2019-12-04 15:01:04 +01:00
Ronny Nilsson
887cef9b37
iopupgrade: Unify indentation to either space or tab, but not intermixed.
2019-12-04 14:59:30 +01:00
Ronny Nilsson
3ccdcb4140
Double verification of the string before invoking it.
2019-12-03 15:38:58 +01:00
Ronny Nilsson
0a80afc550
iopu: pass on all command line arguments as documented in the Bash manual.
2019-12-03 15:38:04 +01:00
Ronny Nilsson
c5c4a6dcbe
iopu: configuration migration is handled via iopu_chroot. Like the bootloader upgrade.
2019-12-03 13:37:41 +01:00
Ronny Nilsson
6f5e41bb76
iopu: Exit with same returncode as the program we invoke.
2019-12-03 12:15:21 +01:00
Kenneth Johansson
20937718f1
iopu: prepare for configuration handling.
...
for now just print that it does not exist.
add some help text.
2019-12-02 17:58:39 +01:00
Kenneth Johansson
f7b13cf973
iopu: add -c option to run any command in the newroot env.
...
Also fix so that it is safe to ctrl-c in all cases and not get
bind mounts hanging around.
if command has arguments make the entire command a string like.
iopu -c "cat /etc/os-release"
2019-12-02 17:35:46 +01:00
Ronny Nilsson
946b7a453c
busybox: add run-parts and mountpoint, for use in future sysupgrade copy config.
2019-11-29 13:41:18 +01:00
Jonas Höglund
fcf102b9d2
Use inotify-tools from openwrt-packages
2019-11-26 14:22:57 +01:00
Jonas Höglund
6355eb4b9e
Remove deleted package from config.
2019-11-26 11:18:51 +01:00
Jonas Höglund
315d7b44f9
Remove deprecated wifixd
2019-11-26 10:53:32 +01:00
Jonas Höglund
6c342e930d
Fix spelling error
2019-11-26 10:40:38 +01:00
Jonas Höglund
624e67df4b
There is no kmod-ipv6
2019-11-26 10:21:52 +01:00
Jonas Höglund
8f2694b035
There is no libwifix
2019-11-26 10:20:40 +01:00
Jonas Höglund
776baa7c95
There is no libdatamodel
2019-11-26 10:19:26 +01:00
Jonas Höglund
baff3cf6c7
There is no libzstream package
2019-11-26 10:12:04 +01:00
Jonas Höglund
a5e007a3b6
Add shflags for icwmp
2019-11-26 10:10:07 +01:00
Jonas Höglund
23b88839a0
Define package to fix dependency issue
2019-11-25 16:13:53 +01:00
Jonas Höglund
ddc1933862
Remove deprecated package
2019-11-25 15:57:47 +01:00
Jonas Höglund
50e836e3e7
Remove unneeded packages
2019-11-25 15:18:44 +01:00
Jonas Höglund
e3f7ad9156
Fix conditional dependancy.
2019-11-25 14:22:51 +01:00
Jonas Höglund
73d9e5a6f1
Add librpc
2019-11-22 14:46:18 +01:00
Jonas Höglund
73124c3d37
Overwrite from openwrt_core
2019-11-20 15:12:48 +01:00
Jonas Höglund
be2a34fcb4
iop: Remove base-files from default packages.
...
Base-files extraction is broken. Apply initial commit from existing
base-files branch and modify extract_core.sh like so:
- orphan_branch tmp
+ # orphan_branch tmp
+ git checkout $repo
Then extract base-files.
2019-11-20 11:48:30 +01:00
Jonas Höglund
a3f8d33711
iop: Update extract core for iop5
2019-11-20 10:35:17 +01:00
Jonas Höglund
a500724e17
Add libmicroxml from lede-managment
2019-11-19 10:41:24 +01:00
Jonas Höglund
ab4b8f3373
Update feed [ iopsys ] package [ libtr098 ]
...
-------------------------------------------------------------------------------
* 65bd1d7 Fix linker issue for iop5
-------------------------------------------------------------------------------
commit 65bd1d77eb85a2d5d3d55e5c68abd38268b89ec8
Author: Jonas Höglund <jonas.hoglund@embeddednation.com>
Date: 2019-11-14 15:13:16 +0100
Fix linker issue for iop5
Base directory -> /
tr098/wandevice.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2019-11-14 15:15:19 +01:00
Jonas Höglund
bc0452e56d
Update feed [ iopsys ] package [ icwmp ]
...
-------------------------------------------------------------------------------
* 9cfbfa9 Resolve linker problem in iop5
-------------------------------------------------------------------------------
commit 9cfbfa9a381d372643fe18f8c258779bed3ee3bd
Author: Jonas Höglund <jonas.hoglund@embeddednation.com>
Date: 2019-11-14 14:50:44 +0100
Resolve linker problem in iop5
Base directory -> /
event.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
2019-11-14 14:50:58 +01:00
Anjan Chanda
da92efc708
Update feed [ iopsys ] package [ easy-soc-libs ]
...
-------------------------------------------------------------------------------
* 63f749f libwifi: intel: populate fields in ap info
* 61ab677 libwifi: intel: implement add/del vendor ie
* b9026d6 libwifi: intel: implement monitor sta
-------------------------------------------------------------------------------
commit 63f749faa67670229a5cbaf39ee0fef92d8276f3
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-11-04 14:48:49 +0100
libwifi: intel: populate fields in ap info
Base directory -> /
libwifi/modules/intel.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 61ab677a480f2bc87e117c720d1ae32ff91b665e
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-10-10 15:06:43 +0200
libwifi: intel: implement add/del vendor ie
Base directory -> /
libwifi/modules/intel.c | 53 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 53 insertions(+)
-------------------------------------------------------------------------------
commit b9026d620fba8df6f886dbb938383e1662f40ae5
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-10-09 15:02:21 +0200
libwifi: intel: implement monitor sta
Base directory -> /
libwifi/modules/intel.c | 75 +++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 72 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
2019-11-04 15:18:19 +01:00
Anjan Chanda
ba98d3e7aa
Update feed [ iopsys ] package [ wifilife ]
...
-------------------------------------------------------------------------------
* 878ad93 agent: do not trigger scan when ssid is blank
* 0172e3e Add LICENSE
* 2884e00 cppcheck: add 'check' target in Makefile
-------------------------------------------------------------------------------
commit 878ad93c0f1ad49bd187f776808e0b86402b2238
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-11-04 14:43:09 +0100
agent: do not trigger scan when ssid is blank
Base directory -> /
src/agent/agent.c | 67 ++++++++++++++++++++++++++++++-------------------------
1 file changed, 37 insertions(+), 30 deletions(-)
-------------------------------------------------------------------------------
commit 0172e3e0ae6872f5568b02a820b0583f6d3b93af
Author: Strhuan Blomquist <strhuan@iopsys.eu>
Date: 2019-10-31 10:31:27 +0100
Add LICENSE
Base directory -> /
LICENSE | 46 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
-------------------------------------------------------------------------------
commit 2884e003560880aec1b7264db8a653d718aaa047
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-10-29 16:33:02 +0100
cppcheck: add 'check' target in Makefile
Base directory -> /
src/Makefile | 14 ++++++++++++++
src/agent/agent.c | 14 +++++++-------
src/controller/cntlr.c | 6 +++++-
src/utils/alloctrace.c | 4 ++--
4 files changed, 28 insertions(+), 10 deletions(-)
-------------------------------------------------------------------------------
2019-11-04 15:16:02 +01:00
Reidar Cederqvist
019a02fa7f
asterisk: fix No call logs for internal calls
...
Remove the check of sip user so that the internal call can be parsed as call log.
2019-11-04 10:26:02 +01:00
Amin Ben Ramdhane
42d496107e
bbf: 1.0-2019-11-02
2019-11-02 12:23:19 +01:00
vdutta
549378ecbd
uspd: Updated readme document
2019-11-01 19:19:19 +05:30
vdutta
c0bef6ce70
meshcomms: Add lan in interface list
2019-11-01 17:26:09 +05:30
vdutta
97853638bf
meshcomms: Broadcast received CMDUs as ubus event
...
Description:
- Broadcast event format
`{"address": "String", "version":Integer, "type":Integer, "mid":Integer, "relay":Integer, "data":"String"}`
- Example event
`{ "meshcomms": {"address":"34:e3:80:76:01:21","version":0,"type":2,"mid":24104,"relay":0,"data":"000000025e280080000000"} }`
- Address in broadcast event is the received macaddress of CMDU
2019-11-01 15:16:20 +05:30
yyashvardhan
a968641bd1
ieee1905: Broadcast meshcomms event on ieee1905.event
2019-11-01 13:52:06 +05:30
Strhuan Blomquist
e7c8c56819
added licenses tag in the right place
2019-10-31 16:35:42 +01:00
Strhuan Blomquist
f4b1bf345c
Update Makefile
2019-10-31 10:57:05 +01:00
Strhuan Blomquist
6d212ecea3
Updated packages in iopsys feeds to have licenses info
2019-10-31 10:34:16 +01:00
yyashvardhan
444a5a0c82
ieee1905: Added package dependencies
2019-10-31 12:48:36 +05:30
yyashvardhan
b2fce09a7f
ieee1905: Added new package
2019-10-31 12:34:45 +05:30
Strhuan Blomquist
6fe9ad271e
libpicoevent:added licenses info.
2019-10-30 16:36:50 +01:00
Ronny Nilsson
7677e51aeb
Endptmngr: rework dependencies of the Broadcom kernel
...
Due to OpenWRT tries to be smart with them, but fails.
2019-10-30 15:20:51 +01:00
Strhuan Blomquist
9724913f14
iop: added option to create a license report after a build
2019-10-30 13:49:46 +01:00
vdutta
99925c9360
meshcomms: Added Package
2019-10-30 17:25:16 +05:30
Ronny Nilsson
621ca1c23a
icwmp: clean a recursive make dependency.
2019-10-30 11:05:01 +01:00
vdutta
316e7d1d47
uspd: Fixed signedness related warnings
2019-10-30 12:54:13 +05:30
Ronny Nilsson
8ebe2c7f5a
ated: Convert improper C-comments to Make-comments.
2019-10-29 17:30:07 +01:00