[][MAC80211][WiFi6/7][app][Add eMMC support in atenl]

[Description]
Add eMMC support in atenl
1. add mtd/mmc open/write function
2. add new opt for specifying partition name and offset
   Usage:
    - atenl -i phy0 -c "sync eeprom all" -p <name>:<offset>
    - <offset> can be specified as decimal (e.g. 2560) or
      hexadecimal (0xa000)

[Release-log]
N/A

Change-Id: I10c19e15d2500cb287793a5e77f1b336eb6870a5
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/9897396
diff --git a/feed/app/atenl/Makefile b/feed/app/atenl/Makefile
index b0b4744..f4246db 100644
--- a/feed/app/atenl/Makefile
+++ b/feed/app/atenl/Makefile
@@ -20,10 +20,11 @@
   CATEGORY:=MTK Properties
   TITLE:=testmode daemon for nl80211
   SUBMENU:=Applications
-  DEPENDS:=+libnl-tiny
+  DEPENDS:=+libnl-tiny +libblkid
 endef
 
 TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/libnl-tiny
+TARGET_CFLAGS += -lblkid
 
 define Package/atenl/install
 	mkdir -p $(1)/usr/sbin