This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wiki:keros_custo:package_management [2020/09/07 15:51] ghi [Compatibility from previous versions] |
wiki:keros_custo:package_management [2022/10/24 16:49] (current) ehe [Accepted Architectures] |
||
---|---|---|---|
Line 26: | Line 26: | ||
^ Firmware Version ^ Gateway ^^^^ | ^ Firmware Version ^ Gateway ^^^^ | ||
- | ^ ::: ^ Wirnet™ iFemtoCell ^ Wirnet™ iBTS ^ Wirnet™ iStation ^ Wirnet™ iFemtocell-Evolution ^ | + | ^ ::: ^ Wirnet™ iFemtoCell ^ Wirnet™ iBTS ^ Wirnet™ iStation ^ Wirnet™ iFemtocell-Evolution ^ Wirnet™ iZeptoCell | |
- | ^ KerOS v4.0 | armv7ahf-neon\\ klk_wifc | armv7ahf-neon\\ klk_lbps | @red:Not supported | @red:Not supported | | + | ^ KerOS v4.0 | armv7ahf-neon\\ klk_wifc | armv7ahf-neon\\ klk_lbps | @red:Not supported | @red:Not supported | @red:Not supported | |
- | ^ KerOS v4.1 | armv7ahf-neon\\ klk_wifc\\ klkgw | armv7ahf-neon\\ klk_lbps\\ klkgw | armv7ahf-neon\\ klkgw | @red:Not supported | | + | ^ KerOS v4.1 | armv7ahf-neon\\ klk_wifc\\ klkgw | armv7ahf-neon\\ klk_lbps\\ klkgw | armv7ahf-neon\\ klkgw | @red:Not supported | @red:Not supported | |
- | ^ KerOS v4.2 | ::: | ::: | ::: | armv7ahf-neon\\ klkgw | | + | ^ KerOS v4.2 | ::: | ::: | ::: | armv7ahf-neon\\ klkgw | @red:Not supported | |
+ | ^ KerOS v5.x | ::: | ::: | ::: | ::: | armv7ahf-neon\\ klkgw | | ||
<note important>Please note that the **klkgw** architecture is accepted on every product since KerOS v4.1! So package maintainer MUST integrates a detection of the product (if necessary) in order to adapt its behavior</note> | <note important>Please note that the **klkgw** architecture is accepted on every product since KerOS v4.1! So package maintainer MUST integrates a detection of the product (if necessary) in order to adapt its behavior</note> | ||
Line 174: | Line 175: | ||
Priority: optional | Priority: optional | ||
Section: test | Section: test | ||
- | Source: Kerlink's Wirnet(TM) Productline wiki | + | Source: Kerlink's Wirnet(TM) i-series wiki |
Description: Install two files in userland | Description: Install two files in userland | ||
EOF | EOF | ||
Line 270: | Line 271: | ||
To get the list of backuped packages use the following command: | To get the list of backuped packages use the following command: | ||
<code bash> | <code bash> | ||
- | root@klk-lpbs-0507DD:/.update/packages/backup # ll /.update/packages/backup/ | + | root@klk-lpbs-0507DD: ll /.update/packages/backup/ |
drwxr-xr-x 2 root root 4.0K Jun 5 15:29 . | drwxr-xr-x 2 root root 4.0K Jun 5 15:29 . | ||
drwxr-xr-x 4 root root 4.0K Jun 5 15:00 .. | drwxr-xr-x 4 root root 4.0K Jun 5 15:00 .. | ||
Line 317: | Line 318: | ||
</code></note> | </code></note> | ||
- | The package can be generated using ''opkg-build'' binary. Procedure hereunder is dedicated to Linux operating systems. There is no embedded compiler in Wirnet™ Productline gateways. | + | The package can be generated using ''opkg-build'' binary. Procedure hereunder is dedicated to Linux operating systems. There is no embedded compiler in Wirnet™ i-series gateways. |
<code bash> | <code bash> |