diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-05-12 20:45:01 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-05-12 20:45:01 +0000 |
| commit | d9f7883d523ddb27af98cfca8d8316406bce498e (patch) | |
| tree | db22c68c62b4908484637752dabae1e68ba479f2 /openwrt/package/iproute2/ipkg | |
| parent | c74e7784127fc448dc4c6b7588f57c968ccfe758 (diff) | |
| download | mtk-20170518-d9f7883d523ddb27af98cfca8d8316406bce498e.zip mtk-20170518-d9f7883d523ddb27af98cfca8d8316406bce498e.tar.gz mtk-20170518-d9f7883d523ddb27af98cfca8d8316406bce498e.tar.bz2 | |
update iproute2 to new packaging style
SVN-Revision: 859
Diffstat (limited to 'openwrt/package/iproute2/ipkg')
| -rw-r--r-- | openwrt/package/iproute2/ipkg/ip.control | 6 | ||||
| -rw-r--r-- | openwrt/package/iproute2/ipkg/tc.control | 7 |
2 files changed, 13 insertions, 0 deletions
diff --git a/openwrt/package/iproute2/ipkg/ip.control b/openwrt/package/iproute2/ipkg/ip.control new file mode 100644 index 0000000..c585077 --- /dev/null +++ b/openwrt/package/iproute2/ipkg/ip.control @@ -0,0 +1,6 @@ +Package: ip +Section: net +Priority: optional +Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> +Source: buildroot internal +Description: iproute2 routing control utility diff --git a/openwrt/package/iproute2/ipkg/tc.control b/openwrt/package/iproute2/ipkg/tc.control new file mode 100644 index 0000000..a63fd65 --- /dev/null +++ b/openwrt/package/iproute2/ipkg/tc.control @@ -0,0 +1,7 @@ +Package: tc +Section: net +Priority: optional +Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> +Source: buildroot internal +Description: iproute2 traffic control utility +Depends: kmod-sched |
