X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=package%2Fmtd%2FMakefile;h=01b9adf98f260d224f4139f70971f0291ce92c5e;hb=001227b7800328fe3db15d62e0948d25dfa596f6;hp=01dfcd6b541f039e28b5501862ea3c0151a9ed7e;hpb=859e8f7f7d8bfbefd610d338d16498190cd51e15;p=openwrt.git diff --git a/package/mtd/Makefile b/package/mtd/Makefile index 01dfcd6b54..01b9adf98f 100644 --- a/package/mtd/Makefile +++ b/package/mtd/Makefile @@ -1,3 +1,9 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# # $Id$ include $(TOPDIR)/rules.mk @@ -7,11 +13,11 @@ PKG_RELEASE:=4 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) -include $(TOPDIR)/include/package.mk +include $(INCLUDE_DIR)/package.mk define Package/mtd SECTION:=base -CATEGORY:=Util +CATEGORY:=Utilities DEFAULT:=y TITLE:=Update utility for trx firmware images DESCRIPTION:=Update utility for trx firmware images. To update \\\ @@ -23,12 +29,6 @@ define Build/Prepare $(CP) ./src/* $(PKG_BUILD_DIR)/ endef -define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR) \ - CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" \ - all -endef - define Package/mtd/install install -d -m0755 $(1)/sbin install -m0755 $(PKG_BUILD_DIR)/mtd $(1)/sbin/