X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=contrib%2Fpackage%2Fsysupgrade-atheros%2FMakefile;fp=contrib%2Fpackage%2Fsysupgrade-atheros%2FMakefile;h=0000000000000000000000000000000000000000;hp=e4414b13461e219a585c6c5b7d63366e0c9c31f2;hb=32acbdde47c5b0064da6618e693c8a77e48d3aec;hpb=8c675f6a6ccd30c79fbc2d624b9ce2e6d7375d66 diff --git a/contrib/package/sysupgrade-atheros/Makefile b/contrib/package/sysupgrade-atheros/Makefile deleted file mode 100644 index e4414b134..000000000 --- a/contrib/package/sysupgrade-atheros/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# -# Copyright (C) 2009 Jo-Philipp Wich -# -# This is free software, licensed under the Apache 2.0 license. -# - -include $(TOPDIR)/rules.mk - -PKG_NAME:=sysupgrade-atheros -PKG_RELEASE:=3 - -PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) - -include $(INCLUDE_DIR)/package.mk - -define Package/sysupgrade-atheros - SECTION:=luci - CATEGORY:=LuCI - SUBMENU:=Freifunk - TITLE:=Experimental sysupgrade support for Atheros SoC and AR71xx target (UBNT RS) - DEPENDS:=@TARGET_atheros||@TARGET_ar71xx -endef - -define Package/sysupgrade-atheros/description - This package implements experimental sysupgrade support for Atheros SoC devices - like the classic Fonera or the D-Link DIR-300. - See https://lists.openwrt.org/pipermail/openwrt-devel/2009-June/004499.html for details. -endef - -define Build/Prepare - mkdir -p $(PKG_BUILD_DIR) -endef - -define Build/Configure -endef - -define Build/Compile -endef - -define Package/sysupgrade-atheros/postinst -#!/bin/sh -[ -n "$${IPKG_INSTROOT}" ] || { - if [ -f /lib/upgrade/kill-ffwatchd.sh ]; then - rm -f /lib/upgrade/kill-ffwatchd.sh - fi -} -endef - -define Package/sysupgrade-atheros/install - $(CP) ./files/* $(1)/ -endef - -$(eval $(call BuildPackage,sysupgrade-atheros))