diff --git a/utils/setserial/Makefile b/utils/setserial/Makefile index ceca8351e..7c5574e67 100644 --- a/utils/setserial/Makefile +++ b/utils/setserial/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2006 OpenWrt.org +# +# Copyright (C) 2006-2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -40,7 +40,7 @@ endef define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ - all + setserial endef define Package/setserial/install