diff --git a/feeds/ucentral/usb-console/Makefile b/feeds/ucentral/usb-console/Makefile deleted file mode 100644 index 90c0acb67..000000000 --- a/feeds/ucentral/usb-console/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -include $(TOPDIR)/rules.mk - -PKG_NAME:=usb-console -PKG_RELEASE:=1 - -PKG_LICENSE:=BSD-3-Clause -PKG_MAINTAINER:=John Crispin - -include $(INCLUDE_DIR)/package.mk - -define Package/usb-console - SECTION:=ucentral - CATEGORY:=uCentral - TITLE:=usb-console - DEPENDS:= +kmod-usb-serial +kmod-usb-serial-cp210x +kmod-usb-serial-ftdi -endef - -define Package/usb-console/description - Allow spawning a console on a usbserial dongle. -endef - -define Build/Prepare - mkdir -p $(PKG_BUILD_DIR) -endef - -define Build/Compile/Default - -endef -Build/Compile = $(Build/Compile/Default) - -define Package/usb-console/install - $(CP) ./files/* $(1) -endef - -$(eval $(call BuildPackage,usb-console)) diff --git a/feeds/ucentral/usb-console/files/etc/hotplug.d/tty/getty b/feeds/ucentral/usb-console/files/etc/hotplug.d/tty/getty deleted file mode 100644 index 048649459..000000000 --- a/feeds/ucentral/usb-console/files/etc/hotplug.d/tty/getty +++ /dev/null @@ -1 +0,0 @@ -(exec getty 0 /dev/ttyUSB0 )&