Line | |
---|
1 | Source: swconfig |
---|
2 | Section: net |
---|
3 | Priority: optional |
---|
4 | Maintainer: Johan van Zoomeren <amain@debwrt.net> |
---|
5 | Build-Depends: debhelper (>= 9), libnl-tiny-dev, quilt |
---|
6 | Standards-Version: 3.9.8 |
---|
7 | Homepage: https://wiki.openwrt.org/doc/techref/swconfig |
---|
8 | |
---|
9 | Package: libsw0 |
---|
10 | Architecture: any |
---|
11 | Depends: ${shlibs:Depends}, ${misc:Depends} |
---|
12 | Pre-Depends: ${misc:Pre-Depends} |
---|
13 | Multi-Arch: same |
---|
14 | Description: Configure managed switches shared library |
---|
15 | swconfig is a lightweight Linux kernel driver API and a command-line tool that |
---|
16 | helps users configure ports on a managed switch to configure things like VLAN |
---|
17 | tagging. Note that swconfig is an OpenWrt kernel feature only and is not a part |
---|
18 | of mainline Linux. |
---|
19 | |
---|
20 | Package: libsw-dev |
---|
21 | Section: libdevel |
---|
22 | Architecture: any |
---|
23 | Depends: libsw0 (= ${binary:Version}), ${misc:Depends} |
---|
24 | Description: Configure managed switches shared library development files |
---|
25 | swconfig is a lightweight Linux kernel driver API and a command-line tool that |
---|
26 | helps users configure ports on a managed switch to configure things like VLAN |
---|
27 | tagging. Note that swconfig is an OpenWrt kernel feature only and is not a part |
---|
28 | of mainline Linux. |
---|
29 | |
---|
30 | Package: swconfig |
---|
31 | Architecture: any |
---|
32 | Depends: ${shlibs:Depends}, ${misc:Depends}, libnl-tiny0, libsw0 |
---|
33 | Description: Configure managed switches |
---|
34 | swconfig is a lightweight Linux kernel driver API and a command-line tool that |
---|
35 | helps users configure ports on a managed switch to configure things like VLAN |
---|
36 | tagging. Note that swconfig is an OpenWrt kernel feature only and is not a part |
---|
37 | of mainline Linux. |
---|
38 | |
---|
Note: See
TracBrowser
for help on using the repository browser.