Browse Source

pps-tools: remove kernel dependencies

pps-tools builds on kernel 4.1, but instead of adding this kernel,
remove the check as all kernel versions currently supported by OpenWrt
are listed.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
lilik-openwrt-22.03
Hauke Mehrtens 10 years ago
parent
commit
ade5a8df29
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      utils/pps-tools/Makefile

+ 0
- 1
utils/pps-tools/Makefile View File

@ -26,7 +26,6 @@ define Package/pps-tools
SECTION:=utils SECTION:=utils
CATEGORY:=Utilities CATEGORY:=Utilities
TITLE:=PPS-tools TITLE:=PPS-tools
DEPENDS:=@LINUX_3_10||@LINUX_3_13||@LINUX_3_14||@LINUX_3_18
endef endef
define Package/pps-tools/description define Package/pps-tools/description


Loading…
Cancel
Save